summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-11-27 12:15:27 -0800
committerGitHub <noreply@github.com>2019-11-27 12:15:27 -0800
commit3fcf144be4939a6a785dc80b75189c2e05d6bd22 (patch)
treedc35c9d9142fceb8702def0789cd0d047a5cd9b2 /test_requirements.txt
parentd37908878e83d9799fa771863b58f4d7c5d38a93 (diff)
parente0519fe66c832c08b07ad2a68037cac901fed4f7 (diff)
downloadnumpy-3fcf144be4939a6a785dc80b75189c2e05d6bd22.tar.gz
Merge pull request #14954 from mattip/test-extending-cffi
TST. API: test using distributions.h via cffi
Diffstat (limited to 'test_requirements.txt')
-rw-r--r--test_requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 65b0c240b..48db0f4ea 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -5,3 +5,5 @@ pytest-cov==2.8.1
pickle5; python_version == '3.7'
pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy'
nose
+# for numpy.random.test.test_extending
+cffi