repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
jenkins-core-weekly: update to 2.491
[oi-userland.git]
/
components
/
python
/
pytest-benchmark
/
patches
/
01-tox-enable-tests.patch
blob
7ebaa3a46a25ed551e20db8db01b74a5aea2e094
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}
10
11
[testenv:check]