From 9c5154212caeb7a96fcdb79a32a941d6c88d287d Mon Sep 17 00:00:00 2001 From: Vincent Michel Date: Thu, 31 Jan 2019 16:01:25 +0100 Subject: [PATCH] Strictly pin hypothesis version We have to, since the stateful module relies on a dangerous copy-paste --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5678a6c..82b27ad 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ author_email="emmanuel.leblond@gmail.com", license="MIT -or- Apache License 2.0", packages=find_packages(), - install_requires=["trio"], + install_requires=["trio", "hypothesis~=4.0"], keywords=[ 'async', 'hypothesis',