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 14af126 commit 4441156Copy full SHA for 4441156
tox.ini
@@ -20,8 +20,8 @@ setenv =
20
PYTHONDONTWRITEBYTECODE=1
21
deps = .[dev]
22
commands =
23
- !e2e: pytest {posargs} -q -k "not e2e" --cov=durabletask --cov-branch --cov-report=term-missing --cov-report=xml
24
- e2e: pytest {posargs} -q -k e2e
+ !e2e: pytest {posargs} -q -m "not e2e" --cov=durabletask --cov-branch --cov-report=term-missing --cov-report=xml
+ e2e: pytest {posargs} -q -m "e2e"
25
commands_pre =
26
pip3 install -e {toxinidir}/
27
allowlist_externals = pip3
0 commit comments