1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

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',
'scripttest',
'mock',
'hypothesis!=3.56.9',
'hypothesis!=3.56.9,<4',
'flake8'
],
entry_points={