Skip to content

Commit

Permalink
test requirements: Update pytest-mock to 1.2
Browse files Browse the repository at this point in the history
- Try to import mock first instead of unittest.mock. This gives the user
  flexibility to install a newer mock version from PyPI instead of using
  the one available in the Python distribution.
- mock.sentinel is now aliased as mocker.sentinel for convenience.
  • Loading branch information
The-Compiler committed Aug 3, 2016
1 parent d319207 commit 7b7ff53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/requirements/requirements-tests.txt
Expand Up @@ -21,7 +21,7 @@ pytest-catchlog==1.2.2
pytest-cov==2.3.0
pytest-faulthandler==1.3.0
pytest-instafail==0.3.0
pytest-mock==1.1
pytest-mock==1.2
pytest-qt==2.0.0
pytest-repeat==0.3.0
pytest-rerunfailures==2.0.0
Expand Down

0 comments on commit 7b7ff53

Please sign in to comment.