summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-12-05 21:38:43 -0800
committerMatt Clay <matt@mystile.com>2017-12-05 22:32:45 -0800
commit3a963a68c27c3897b9683e05fb50b7c52bc4c49a (patch)
treecc9c91a6ea2847c1f0c5d268f41869d420e4c48d
parent6e1f29cde2e9210a7837f4361841e72d0274eafe (diff)
downloadansible-3a963a68c27c3897b9683e05fb50b7c52bc4c49a.tar.gz
Limit pytest < 3.3.0 for python 2.6.
(cherry picked from commit 58286ef93bd74e5b62e3b6498a4e27307cabd90c)
-rw-r--r--test/runner/requirements/constraints.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runner/requirements/constraints.txt b/test/runner/requirements/constraints.txt
index 8c8048e640..46409088e5 100644
--- a/test/runner/requirements/constraints.txt
+++ b/test/runner/requirements/constraints.txt
@@ -7,3 +7,4 @@ wheel < 0.30.0 ; python_version < '2.7' # wheel 0.30.0 and later require python
isort < 4.2.8 # 4.2.8 changes import sort order requirements which breaks previously passing pylint tests
pep8 <= 1.7.0 # pep8 1.7.0 is the last "real" release, avoid the user warning added in 1.7.1
paramiko < 2.4.0 ; python_version < '2.7' # paramiko 2.4.0 drops support for python 2.6
+pytest < 3.3.0 ; python_version < '2.7' # pytest 3.3.0 drops support for python 2.6