tox: Don't install package in pep8

It's a waste of time: pre-commit doesn't need it.

(I tested and our own hacking hooks continue to work)

Change-Id: I4fe6bedc9ddf1f83bc9ddf037a9eae76dfde6f83
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2024-04-26 13:11:31 +01:00
parent 81d60c7874
commit 93e2976c32
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ commands =
[testenv:pep8]
description =
Run style checks.
skip_install = true
deps =
pre-commit
commands =