Don't install code, it's not necessary.
This commit is contained in:
parent
6517cd4a48
commit
c05afb19df
2
tox.ini
2
tox.ini
|
@ -99,8 +99,10 @@ commands =
|
||||||
|
|
||||||
[testenv:codechecks]
|
[testenv:codechecks]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
ruff
|
ruff
|
||||||
|
towncrier
|
||||||
# On macOS, git inside of towncrier needs $HOME.
|
# On macOS, git inside of towncrier needs $HOME.
|
||||||
passenv = HOME
|
passenv = HOME
|
||||||
setenv =
|
setenv =
|
||||||
|
|
Loading…
Reference in New Issue