Skip to content

Commit

Permalink
Changes from comments on PR ethereum#3180
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Jan 10, 2024
1 parent 1b6016c commit 8ea55be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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_async: pytest {posargs:tests/core -m asyncio -k async}
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 8ea55be

Please sign in to comment.