diff options
author | Zac-HD <zac.hatfield.dodds@gmail.com> | 2020-01-24 16:28:16 +1100 |
---|---|---|
committer | Zac-HD <zac.hatfield.dodds@gmail.com> | 2020-02-05 21:42:51 +1100 |
commit | 8eb9cfcd064a412f5757622d1da343b1730c034d (patch) | |
tree | bf40e2343c31a602886ff7f484d1d42d159010e6 /test_requirements.txt | |
parent | 4b20d78b74556f0a498ffb311084aad57bb358af (diff) | |
download | numpy-8eb9cfcd064a412f5757622d1da343b1730c034d.tar.gz |
Install and configure Hypothesis
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index a4b0fcc30..f4286d85d 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,5 @@ cython==0.29.14 +hypothesis==5.3.0 pytest==5.3.5 pytz==2019.3 pytest-cov==2.8.1 |