summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2020-02-18 12:52:18 +0100
committerJoris Roovers <joris.roovers@gmail.com>2020-02-18 12:52:18 +0100
commit8d9eede339fd8418380505244df9051f2c038cae (patch)
tree53bf11f717954bacd70dce1fc8f0ce2cdcb8c0ca /test-requirements.txt
parent6ed158132002cbddacadcac8d3ef2ff618a520b5 (diff)
Update arrow to 0.15.5
Also updated radon package.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index eebd298..3afab45 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,9 +2,9 @@ unittest2==1.1.0; python_version <= '2.7'
flake8==3.7.9
coverage==4.5.3
python-coveralls==2.9.2
-radon==3.0.3
-mock==3.0.5
-pytest==4.6.3;
+radon==4.1.0
+mock==3.0.5 # mock 4.x no longer supports Python 2.7
+pytest==4.6.3; # pytest 5.x no longer supports Python 2.7
pylint==1.9.4; python_version == '2.7'
pylint==2.3.1; python_version >= '3.4'
-e .