summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt14
1 files changed, 6 insertions, 8 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 3afab45..10ca287 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,10 +1,8 @@
-unittest2==1.1.0; python_version <= '2.7'
-flake8==3.7.9
-coverage==4.5.3
+flake8==3.8.4
+coverage==5.3
python-coveralls==2.9.2
-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'
+radon==4.3.2
+flake8-polyfill==1.0.2 # Required when installing both flake8 and radon>=4.3.1
+pytest==6.1.2;
+pylint==2.6.0;
-e .