mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
Explicitly select a pyflakes version
This commit is contained in:
parent
dcb4a218b1
commit
f6e00248bb
6
setup.py
6
setup.py
@ -256,7 +256,11 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
extras_require={
|
||||
':sys_platform=="win32"': ["pypiwin32"],
|
||||
"test": [
|
||||
"pyflakes",
|
||||
# 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.
|
||||
"pyflakes == 2.1.0",
|
||||
"coverage",
|
||||
"mock",
|
||||
"tox",
|
||||
|
Loading…
x
Reference in New Issue
Block a user