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 b7df544 commit fb63ee2Copy full SHA for fb63ee2
1 file changed
tox.ini
@@ -20,7 +20,7 @@ DEPENDS =
20
latest: latest
21
22
[testenv]
23
-description = Pytest with coverage (excludes network S3 tests)
+description = Pytest with coverage (excludes network S3 and benchmark tests)
24
labels = test
25
setenv =
26
COVERAGE_FILE = {toxinidir}/.tox/.coverage.{envname}
@@ -45,7 +45,7 @@ uv_resolution =
45
min: lowest-direct
46
47
commands =
48
- pytest -m "not s3" --cov=modelarrayio --cov-config={toxinidir}/pyproject.toml --cov-report=term-missing --cov-report=xml {posargs:test}
+ pytest -m "not s3 and not benchmark" --cov=modelarrayio --cov-config={toxinidir}/pyproject.toml --cov-report=term-missing --cov-report=xml {posargs:test}
49
50
[testenv:lint]
51
runner = uv-venv-lock-runner
0 commit comments