summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2019-06-18 13:03:45 +0200
committerJoris Roovers <joris.roovers@gmail.com>2019-06-18 14:34:06 +0200
commit3fc4c03276b0e15368da03eccb2b5d95e91c79a7 (patch)
tree010dbabe3c8b208f44977707d3da5ec23cd9e7d3 /test-requirements.txt
parent157c0783170e290415e9eef4960b868bd42486a4 (diff)
Updated dependencies
- Updated most dependencies to latest (or newer) versions - Removed dependency pinning for Python 2.6 and 3.3 - Minor code-tweaks to deal with dependency changes - Added pypi download stats to `run_tests.sh -s`
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt21
1 files changed, 7 insertions, 14 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4dfd61c..c169d2a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,17 +1,10 @@
-discover==0.4.0; python_version < '2.7'
unittest2==1.1.0; python_version <= '2.7'
-flake8==2.6.2; python_version < '2.7'
-flake8==3.2.1; python_version >= '2.7'
-coverage==4.0.3
-python-coveralls==2.9.1
-radon==1.4.2
-mock==2.0.0
-pytest==3.2.5; python_version == '2.6' or python_version == '3.3'
-pytest==3.10.0; python_version != '2.6' and python_version != '3.3'
-pylint<1.4; python_version < '2.7'
-astroid<=1.3.2; python_version < '2.7' # astroid is a pylint dependency
-isort==4.2.15; python_version == '3.3' # specific version for pylint 1.7.6
-pylint==1.9.2; python_version == '2.7'
-pylint==1.7.6; python_version == '3.3'
+flake8==3.5.0
+coverage==4.5.3
+python-coveralls==2.9.2
+radon==3.0.3
+mock==3.0.5
+pytest==4.6.3;
+pylint==1.9.4; python_version == '2.7'
pylint==2.3.1; python_version >= '3.4'
-e .