Don't call pip in tox

This commit is contained in:
Hugo van Kemenade 2025-02-15 14:27:52 +02:00
parent ede46d47fc
commit 8261348fff

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