Just have ruff in one place.

This commit is contained in:
Itamar Turner-Trauring 2023-04-25 08:14:26 -04:00
parent c05afb19df
commit 1371ffe9dc
2 changed files with 3 additions and 6 deletions

View File

@ -399,11 +399,6 @@ setup(name="tahoe-lafs", # also set in __init__.py
"gpg",
],
"test": [
# Pin a specific pyflakes so we don't have different folks
# disagreeing on what is or is not a lint issue. We can bump
# this version from time to time, but we will do it
# intentionally.
"ruff==0.0.261",
"coverage ~= 5.0",
"mock",
"tox ~= 3.0",

View File

@ -101,7 +101,9 @@ commands =
basepython = python3
skip_install = true
deps =
ruff
# Pin a specific version so we get consistent outcomes; update this
# occasionally:
ruff == 0.0.263
towncrier
# On macOS, git inside of towncrier needs $HOME.
passenv = HOME