summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-08-28 23:17:58 +0300
committermattip <matti.picus@gmail.com>2019-08-28 23:17:58 +0300
commit21275c601349f7df2a084877a2cd1604e6f17563 (patch)
tree33dfb37531765c7e21a56179d4449b56a4da70aa /test_requirements.txt
parente5f4c29b1cf1190ec3228413ba1f4e9c94a45569 (diff)
downloadnumpy-21275c601349f7df2a084877a2cd1604e6f17563.tar.gz
MAINT: update dependencies, add nose
Diffstat (limited to 'test_requirements.txt')
-rw-r--r--test_requirements.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 395a784cf..c2cd98749 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,6 +1,7 @@
cython==0.29.13
-pytest==5.0.1
-pytz==2018.9
-pytest-cov==2.6.1
+pytest==5.1.1
+pytz==2019.2
+pytest-cov==2.7.1
pickle5; python_version == '3.7'
pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy'
+nose