From 841fb15e9cd874a5e84e29bbb855eecb9598ec7f Mon Sep 17 00:00:00 2001 From: fselmo Date: Wed, 10 Jan 2024 15:51:54 -0300 Subject: [PATCH] Changes from comments on PR #3180 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b92a327672..2c9ff5078f 100644 --- a/tox.ini +++ b/tox.ini @@ -20,8 +20,8 @@ allowlist_externals=/usr/bin/make install_command=python -m pip install {opts} {packages} usedevelop=True commands= - core: pytest {posargs:tests/core -m "not asyncio" -k "not async"} - 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} ens: pytest {posargs:tests/ens --ignore=tests/ens/normalization/test_normalize_name_ensip15.py} ensip15: pytest {posargs:tests/ens/normalization/test_normalize_name_ensip15.py -q} ethpm: pytest {posargs:tests/ethpm}