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:
parent
2a7e2a6a36
commit
01e28bbcf6
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue