We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889baba commit 28c692eCopy full SHA for 28c692e
tox.ini
@@ -88,7 +88,7 @@ commands_pre =
88
mypyinstalled: pip install file://{toxinidir}/opentelemetry-api/
89
90
commands =
91
- test: pytest
+ test: pytest {posargs}
92
coverage: {toxinidir}/scripts/coverage.sh
93
94
mypy: mypy --namespace-packages opentelemetry-api/src/opentelemetry/
0 commit comments