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

blacklist hypothesis version

This commit is contained in:
Patrick Kanzler
2018-05-13 18:04:48 +02:00
parent b84e280efb
commit a748563395
2 changed files with 2 additions and 2 deletions

View File

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