summaryrefslogtreecommitdiff
path: root/requirements/pytest.pip
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-07-30 12:05:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-07-31 10:24:39 -0400
commit13ceea280e0f0b77a655dc7d344925c0ccf84b41 (patch)
tree4eab9a1f8afb29019599be7ed3bbcc85e7542f91 /requirements/pytest.pip
parente94f523162dd39acddfa17b20f4234f1ee5dec7f (diff)
downloadpython-coveragepy-git-13ceea280e0f0b77a655dc7d344925c0ccf84b41.tar.gz
Use Hypothesis instead of my own janky randomization
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r--requirements/pytest.pip1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index b5a4276c..bd3255b1 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -9,6 +9,7 @@ pytest-xdist==1.28.0
flaky==3.5.3
mock==3.0.5
PyContracts==1.8.12
+hypothesis==4.32.1
# Our testing mixins
unittest-mixins==1.6