Skip to content

Commit

Permalink
Pytest change (#79)
Browse files Browse the repository at this point in the history
* Pytest change

Pipeline is currently broken because nose2 sometimes doesn't load the mock (WAT?)

* adding pytest to the install reqs

* removing old nose2 requirement

* missing mock
  • Loading branch information
endzyme committed Mar 19, 2019
1 parent b00da3b commit e64c6fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo pip install .
reckoner --version
sudo pip install -r tests/requirements.txt
nose2
pytest
- setup_remote_docker
- run:
name: Build Docker Image
Expand Down Expand Up @@ -84,5 +84,3 @@ workflows:
only: /.*/
branches:
ignore: /.*/


3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nose2==0.8.0
pytest
mock

0 comments on commit e64c6fd

Please sign in to comment.