blacklist hypothesis version

This commit is contained in:
Patrick Kanzler 2018-05-13 18:04:48 +02:00
parent b84e280efb
commit a748563395
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ setup(
'nose', 'nose',
'scripttest', 'scripttest',
'mock', 'mock',
'hypothesis', 'hypothesis!=3.56.9',
'flake8' 'flake8'
], ],
cmdclass={'test': Tox}, cmdclass={'test': Tox},

View File

@ -10,7 +10,7 @@ deps = nose
pytest!=3.2.0,!=3.3.0 pytest!=3.2.0,!=3.3.0
pytest-cov pytest-cov
pytest-mock pytest-mock
hypothesis hypothesis!=3.56.9
viivakoodi viivakoodi
commands = py.test --cov escpos commands = py.test --cov escpos