Temporarily work around httpretty again
Change-Id: I6750586bebc4b87a709954e9d832abc79cfb33b5
This commit is contained in:
parent
f4f615a9fb
commit
657f608ea0
1
fix-gates.txt
Normal file
1
fix-gates.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
httpretty==0.8.6
|
@ -5,7 +5,6 @@ hacking>=0.9.2,<0.10
|
|||||||
|
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
discover
|
discover
|
||||||
httpretty>=0.8.4,!=0.8.7,!=0.8.8
|
|
||||||
fixtures>=0.3.14
|
fixtures>=0.3.14
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
python-subunit>=0.0.18
|
python-subunit>=0.0.18
|
||||||
|
1
tox.ini
1
tox.ini
@ -10,6 +10,7 @@ setenv =
|
|||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
-r{toxinidir}/fix-gates.txt
|
||||||
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:functional]
|
[testenv:functional]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user