Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / python / WebOb / patches / 01-tox.ini-extras.patch
blob1c13d0638dec23d05ac964417b088a12a02c5fd4
1 See https://github.com/Pylons/webob/commit/dbcd121318f4025919869379350b7d15c6b27484
3 --- webob-1.8.9/tox.ini.orig
4 +++ webob-1.8.9/tox.ini
5 @@ -19,8 +19,10 @@
6 py2: python2.7
7 py3: python3.5
9 +extras =
10 + testing
12 commands =
13 - pip install webob[testing]
14 py.test tests --junitxml=pytest-{envname}.xml --cov --cov-report=term-missing {posargs:}
16 setenv =