Skip to content

Commit

Permalink
Devops: Add tox environment for pytest with presto mark
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski authored and sphuber committed Oct 24, 2024
1 parent 9fe7672 commit e269911
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,13 @@ deps =
py311: -rrequirements/requirements-py-3.11.txt
py312: -rrequirements/requirements-py-3.12.txt
[testenv:py{39,310,311,312}-presto]
passenv =
PYTHONASYNCIODEBUG
setenv =
AIIDA_WARN_v3 =
commands = pytest -m 'presto' {posargs}
[testenv:py{39,310,311,312}]
passenv =
PYTHONASYNCIODEBUG
Expand Down

0 comments on commit e269911

Please sign in to comment.