Skip to content

Commit

Permalink
Merge pull request python-pillow#8754 from hugovk/update-tox
Browse files Browse the repository at this point in the history
Don't call `make clean` or `pip` in tox
  • Loading branch information
radarhere authored Feb 15, 2025
2 parents fed5d85 + 8261348 commit 0364cfd
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 0364cfd

Please sign in to comment.