Skip to content

Commit fb63ee2

Browse files
committed
remove benchmark from CI
1 parent b7df544 commit fb63ee2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DEPENDS =
2020
latest: latest
2121

2222
[testenv]
23-
description = Pytest with coverage (excludes network S3 tests)
23+
description = Pytest with coverage (excludes network S3 and benchmark tests)
2424
labels = test
2525
setenv =
2626
COVERAGE_FILE = {toxinidir}/.tox/.coverage.{envname}
@@ -45,7 +45,7 @@ uv_resolution =
4545
min: lowest-direct
4646

4747
commands =
48-
pytest -m "not s3" --cov=modelarrayio --cov-config={toxinidir}/pyproject.toml --cov-report=term-missing --cov-report=xml {posargs:test}
48+
pytest -m "not s3 and not benchmark" --cov=modelarrayio --cov-config={toxinidir}/pyproject.toml --cov-report=term-missing --cov-report=xml {posargs:test}
4949

5050
[testenv:lint]
5151
runner = uv-venv-lock-runner

0 commit comments

Comments
 (0)