diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-03-10 15:59:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 15:59:45 -0700 |
commit | c9bfd4eb68e61c67aa27ed0cb2788f60d11cf354 (patch) | |
tree | 8ef46e6e5cf78d3b7b3dceffc6a03fd3eb3a734b | |
parent | 5a59087fa5badc20e2cd5264f7cfc6911fc6fb12 (diff) | |
parent | 43795d057b43103c07d818367a2b185023d64917 (diff) | |
download | numpy-c9bfd4eb68e61c67aa27ed0cb2788f60d11cf354.tar.gz |
Merge pull request #15724 from charris/stop-testing-nose
TST: Remove nose from the test_requirements.txt file.
-rw-r--r-- | test_requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index b586b813d..4395fed48 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -5,6 +5,5 @@ pytz==2019.3 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 |