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

fix tests failing (for now)

hypothesis introduced a regression in 3.29.0 (or at least changed
behaviour). Until I have found the problem I will pin it to the last
working version.

Also two tests should be prevented from failing when they are slow.
This commit is contained in:
Patrick Kanzler
2017-09-27 10:22:46 +02:00
parent 1439b14686
commit 5e784c060a
3 changed files with 5 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ setup(
'nose',
'scripttest',
'mock',
'hypothesis',
'hypothesis<=3.28.3',
'flake8'
],
cmdclass={'test': Tox},