Skip to content

Commit 4441156

Browse files
committed
correct pytest marker filter
Signed-off-by: Filinto Duran <[email protected]>
1 parent 14af126 commit 4441156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ setenv =
2020
PYTHONDONTWRITEBYTECODE=1
2121
deps = .[dev]
2222
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
23+
!e2e: pytest {posargs} -q -m "not e2e" --cov=durabletask --cov-branch --cov-report=term-missing --cov-report=xml
24+
e2e: pytest {posargs} -q -m "e2e"
2525
commands_pre =
2626
pip3 install -e {toxinidir}/
2727
allowlist_externals = pip3

0 commit comments

Comments
 (0)