summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-03-10 15:59:45 -0700
committerGitHub <noreply@github.com>2020-03-10 15:59:45 -0700
commitc9bfd4eb68e61c67aa27ed0cb2788f60d11cf354 (patch)
tree8ef46e6e5cf78d3b7b3dceffc6a03fd3eb3a734b
parent5a59087fa5badc20e2cd5264f7cfc6911fc6fb12 (diff)
parent43795d057b43103c07d818367a2b185023d64917 (diff)
downloadnumpy-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.txt1
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