restrict hypothesis-version to below 4

This commit is contained in:
Patrick Kanzler 2019-06-04 22:17:18 +02:00
parent 52719c0b7d
commit 0461adc212
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ setup(
'nose', 'nose',
'scripttest', 'scripttest',
'mock', 'mock',
'hypothesis!=3.56.9', 'hypothesis!=3.56.9,<4',
'flake8' 'flake8'
], ],
entry_points={ entry_points={

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!=3.56.9 hypothesis!=3.56.9,<4
viivakoodi viivakoodi
commands = py.test --cov escpos commands = py.test --cov escpos
passenv = ESCPOS_CAPABILITIES_PICKLE_DIR ESCPOS_CAPABILITIES_FILE CI TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* CODECOV_* passenv = ESCPOS_CAPABILITIES_PICKLE_DIR ESCPOS_CAPABILITIES_FILE CI TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* CODECOV_*