jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / wcwidth / patches / 02-tox.ini-requirements.patch
blob68cd3832b2598618f94098646ef0c717df30e910
1 --- wcwidth-0.2.13/tox.ini.orig
2 +++ wcwidth-0.2.13/tox.ini
3 @@ -7,7 +7,7 @@
4 pip_compile_command = pip-compile --resolver=backtracking --strip-extras --no-emit-index-url --allow-unsafe --upgrade
6 [testenv]
7 -deps = -r requirements-tests39.txt
8 +deps = -r requirements-tests39.in
9 commands = {envpython} -m pytest --cov-config={toxinidir}/tox.ini {posargs:\
10 --verbose \
11 --junit-xml=.tox/results.{envname}.xml \