From a748563395474fa684f09a9e92b123d5c96f4714 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 13 May 2018 18:04:48 +0200 Subject: [PATCH] blacklist hypothesis version --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3a1ef9a..384da8b 100755 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ setup( 'nose', 'scripttest', 'mock', - 'hypothesis', + 'hypothesis!=3.56.9', 'flake8' ], cmdclass={'test': Tox}, diff --git a/tox.ini b/tox.ini index 777391f..6142681 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ deps = nose pytest!=3.2.0,!=3.3.0 pytest-cov pytest-mock - hypothesis + hypothesis!=3.56.9 viivakoodi commands = py.test --cov escpos