summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-07-01 12:24:31 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-07-01 12:24:31 +0200
commit92e421416ecf64325fa4482e84c6659a79be9406 (patch)
tree5b744d53f76879e1db2a990f89f0580cf1d8846a /test-requirements.txt
parent536eb8dd744d06a8309f7e2a4a4428f9a2d5bd07 (diff)
downloadcython-92e421416ecf64325fa4482e84c6659a79be9406.tar.gz
Disable testing against NumPy 1.19+ in the 0.29.x branch, which removed C-API features.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 27254b8a5..10f422a18 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,3 @@
-numpy
+numpy<1.19
coverage
pycodestyle