Skip to content

Commit

Permalink
Changes from comments on PR #3180
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Jan 10, 2024
1 parent e73d298 commit 841fb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 841fb15

Please sign in to comment.