Merge pull request #8754 from hugovk/update-tox

Don't call `make clean` or `pip` in tox
This commit is contained in:
Andrew Murray 2025-02-16 06:23:57 +11:00 committed by GitHub
commit 0364cfdfc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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