ammend blacklisting from cd1bcb57b4

the last comment was a bit rushed and did not properly blacklist both
bad versions of pytest
This commit is contained in:
Patrick Kanzler 2017-12-03 23:49:46 +01:00
parent 2a7e2a6a36
commit 01e28bbcf6
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ setup(
tests_require=[ tests_require=[
'jaconv', 'jaconv',
'tox', 'tox',
'pytest!=3.2.0', 'pytest!=3.2.0,!=3.3.0',
'pytest-cov', 'pytest-cov',
'pytest-mock', 'pytest-mock',
'nose', 'nose',

View File

@ -7,7 +7,7 @@ deps = nose
coverage coverage
scripttest scripttest
mock mock
pytest!=3.3.0 pytest!=3.2.0,!=3.3.0
pytest-cov pytest-cov
pytest-mock pytest-mock
hypothesis hypothesis