Skip to content

Commit

Permalink
Don't call pip in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 15, 2025
1 parent ede46d4 commit 8261348
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ deps =
extras =
tests
commands =
make clean
{envpython} -m pip install .
{envpython} selftest.py
{envpython} -m pytest -W always {posargs}
allowlist_externals =
make

[testenv:lint]
skip_install = true
Expand Down

0 comments on commit 8261348

Please sign in to comment.