diff options
author | mattip <matti.picus@gmail.com> | 2020-07-14 23:15:00 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-07-14 23:15:00 +0300 |
commit | 80882548e704896e409f557ebc04ee2c2ca2ac46 (patch) | |
tree | cc995cf6bd41eb365ae36387db47c0793577b86c /test_requirements.txt | |
parent | 24748cbc66a8ead55bde0e9ef344207f3b3c33cf (diff) | |
download | numpy-80882548e704896e409f557ebc04ee2c2ca2ac46.tar.gz |
MAINT,BLD: pin setuptools and refactor where to find it
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index cd14dcffe..4bf6cf4b0 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,6 @@ cython==0.29.21 +wheel +setuptools!=49.2.0 hypothesis==5.19.1 pytest==5.4.3 pytz==2020.1 |