diff options
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 |