jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / WSGIProxy2 / patches / 01-tox.ini-pytest.patch
bloba9354285efd57794739a1a3799cf5e1a2cb580b1
1 --- WSGIProxy2-0.5.1/tox.ini.orig
2 +++ WSGIProxy2-0.5.1/tox.ini
3 @@ -4,7 +4,7 @@
4 [testenv]
5 changedir={toxinidir}
6 commands =
7 - {envbindir}/pytest []
8 + python -m pytest []
9 deps =
10 git+git://github.com/Pylons/webtest.git
11 requests