We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6016c commit b5d8fcaCopy full SHA for b5d8fca
tox.ini
@@ -20,8 +20,8 @@ allowlist_externals=/usr/bin/make
20
install_command=python -m pip install {opts} {packages}
21
usedevelop=True
22
commands=
23
- core: pytest {posargs:tests/core -m "not asyncio" -k "not async"}
24
- core_async: pytest {posargs:tests/core -k "asyncio or async"}
+ core: pytest {posargs:tests/core -m "not asyncio"}
+ core_async: pytest {posargs:tests/core -m asyncio}
25
ens: pytest {posargs:tests/ens --ignore=tests/ens/normalization/test_normalize_name_ensip15.py}
26
ensip15: pytest {posargs:tests/ens/normalization/test_normalize_name_ensip15.py -q}
27
ethpm: pytest {posargs:tests/ethpm}
0 commit comments