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

completely fix tests

The feature use_coverage of hypothesis caused the failing tests, because
the printer_file_test is sensitive to the coverage analysis of
hypothesis.

Fixed by disabling use_coverage for the crashing tests
This commit is contained in:
Patrick Kanzler
2017-09-27 10:38:42 +02:00
parent 5e784c060a
commit d78a6f1699
3 changed files with 5 additions and 4 deletions

View File

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