diff options
author | mattip <matti.picus@gmail.com> | 2019-11-21 13:01:39 -0800 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-11-21 13:01:39 -0800 |
commit | 29b9d3bc0f49d7eaff6a9649c26c18b7a156b902 (patch) | |
tree | ba66edaac76bc9bbefbf739a6b66e540e4e5ad1d /test_requirements.txt | |
parent | d428127183d46b2fbd99afefa4670642addf8d6e (diff) | |
download | numpy-29b9d3bc0f49d7eaff6a9649c26c18b7a156b902.tar.gz |
TST. API: test using distributions.h via cffi
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 8b4807607..7752858c8 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 |