diff options
author | mattip <matti.picus@gmail.com> | 2019-08-27 16:38:08 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-08-27 19:16:22 +0300 |
commit | bfe255f6b649af36a5fc976caaab1b5c4e78ffe7 (patch) | |
tree | 13ba10b80c365865278c158f0942ee3ef4d08469 /test_requirements.txt | |
parent | d464d192ca996a107fc6dd5099f72227cf64a8ea (diff) | |
download | numpy-bfe255f6b649af36a5fc976caaab1b5c4e78ffe7.tar.gz |
BUILD: move all test dependencies to ./test_requirements.txt
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test_requirements.txt b/test_requirements.txt new file mode 100644 index 000000000..395a784cf --- /dev/null +++ b/test_requirements.txt @@ -0,0 +1,6 @@ +cython==0.29.13 +pytest==5.0.1 +pytz==2018.9 +pytest-cov==2.6.1 +pickle5; python_version == '3.7' +pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy' |