jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / pytest-benchmark / patches / 01-tox-enable-tests.patch
blob7ebaa3a46a25ed551e20db8db01b74a5aea2e094
1 --- pytest-benchmark-5.1.0/tox.ini.orig
2 +++ pytest-benchmark-5.1.0/tox.ini
3 @@ -62,7 +62,7 @@
4 elasticsearch==8.15.1
5 nbmake==1.5.4
6 commands =
7 - nocov: {posargs:pytest -vv --ignore=src}
8 + {posargs:pytest -vv --ignore=src}
9 cover: {posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv}
11 [testenv:check]