Skip to content

Commit e269911

Browse files
agoscinskisphuber
authored andcommitted
Devops: Add tox environment for pytest with presto mark
1 parent 9fe7672 commit e269911

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,13 @@ deps =
431431
py311: -rrequirements/requirements-py-3.11.txt
432432
py312: -rrequirements/requirements-py-3.12.txt
433433
434+
[testenv:py{39,310,311,312}-presto]
435+
passenv =
436+
PYTHONASYNCIODEBUG
437+
setenv =
438+
AIIDA_WARN_v3 =
439+
commands = pytest -m 'presto' {posargs}
440+
434441
[testenv:py{39,310,311,312}]
435442
passenv =
436443
PYTHONASYNCIODEBUG

0 commit comments

Comments
 (0)