From 8070f00b4a1dd0b512d9e2b378da0a26e7996f49 Mon Sep 17 00:00:00 2001 From: TerryHowe Date: Mon, 23 Feb 2015 12:51:12 -0700 Subject: [PATCH] omit 0.8.7 httpretty Change-Id: I7f80b0693b1b44cbac51898b9427995075239138 --- fixgates.txt | 1 + test-requirements.txt | 1 - tox.ini | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 fixgates.txt diff --git a/fixgates.txt b/fixgates.txt new file mode 100644 index 00000000..04e4a64d --- /dev/null +++ b/fixgates.txt @@ -0,0 +1 @@ +httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3,!=0.8.7 diff --git a/test-requirements.txt b/test-requirements.txt index a2384193..1b9fd765 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,6 @@ coverage>=3.6 discover fixtures>=0.3.14 mock>=1.0 -httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3 python-subunit>=0.0.18 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 oslosphinx>=2.2.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index 18b9e18c..f93d395c 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,7 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt + -r{toxinidir}/fixgates.txt commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8]