Skip to content

Commit b5d8fca

Browse files
committed
Changes from comments on PR #3180
1 parent 1b6016c commit b5d8fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ allowlist_externals=/usr/bin/make
2020
install_command=python -m pip install {opts} {packages}
2121
usedevelop=True
2222
commands=
23-
core: pytest {posargs:tests/core -m "not asyncio" -k "not async"}
24-
core_async: pytest {posargs:tests/core -k "asyncio or async"}
23+
core: pytest {posargs:tests/core -m "not asyncio"}
24+
core_async: pytest {posargs:tests/core -m asyncio}
2525
ens: pytest {posargs:tests/ens --ignore=tests/ens/normalization/test_normalize_name_ensip15.py}
2626
ensip15: pytest {posargs:tests/ens/normalization/test_normalize_name_ensip15.py -q}
2727
ethpm: pytest {posargs:tests/ethpm}

0 commit comments

Comments
 (0)