Skip to content

Commit 7d8f2d2

Browse files
committed
Pin hypothesis version, see HypothesisWorks/hypothesis#691
1 parent 35bdad8 commit 7d8f2d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def run(self):
139139
'pytest-runner',
140140
'pytest',
141141
'asynctest',
142-
'hypothesis'
142+
'hypothesis==3.8.2'
143143
],
144144
'uvloop': [
145145
'uvloop'

0 commit comments

Comments
 (0)