summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-04-13 14:34:30 -0400
committerGitHub <noreply@github.com>2017-04-13 14:34:30 -0400
commita63467ae26422433d6a095d7d2e1babd9fd6a449 (patch)
tree2e6442fef0fc24b0b76486bfb96118ab9dd4296f /test-requirements.txt
parente36b53ce7ceb642a9481eb86223e075a70a27861 (diff)
parente933ccdb0af22576541682d7afa4aedfdab00a99 (diff)
downloadopenshift-a63467ae26422433d6a095d7d2e1babd9fd6a449.tar.gz
openshift-a63467ae26422433d6a095d7d2e1babd9fd6a449.tar.bz2
openshift-a63467ae26422433d6a095d7d2e1babd9fd6a449.tar.xz
openshift-a63467ae26422433d6a095d7d2e1babd9fd6a449.zip
Merge pull request #3924 from sosiouxme/20170413-pin-all-tox-reqs
tox tests: pin test requirement versions
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt23
1 files changed, 13 insertions, 10 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 805828e1c..585cca0b9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,11 +1,14 @@
+# Versions are pinned to prevent pypi releases arbitrarily breaking
+# tests with new APIs/semantics. We want to update versions deliberately.
+
# flake8 must be listed before pylint to avoid dependency conflicts
-flake8
-flake8-mutable
-flake8-print
-pylint
-setuptools-lint
-yamllint
-coverage
-mock
-pytest
-pytest-cov
+flake8==3.3.0
+flake8-mutable==1.1.0
+flake8-print==2.0.2
+pylint==1.6.5
+setuptools-lint==0.5.2
+yamllint==1.6.1
+coverage==4.3.4
+mock==2.0.0
+pytest==3.0.7
+pytest-cov==2.4.0