mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-01 23:30:53 +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={
|
extras_require={
|
||||||
':sys_platform=="win32"': ["pypiwin32"],
|
':sys_platform=="win32"': ["pypiwin32"],
|
||||||
"test": [
|
"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",
|
"coverage",
|
||||||
"mock",
|
"mock",
|
||||||
"tox",
|
"tox",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user