mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Fix flake8 issue.
This commit is contained in:
parent
ec15d58e10
commit
795ec0b2db
3
setup.py
3
setup.py
@ -382,6 +382,9 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
':sys_platform=="win32"': ["pywin32 != 226"],
|
||||
"test": [
|
||||
"flake8",
|
||||
# On Python 3.7, importlib_metadata v5 breaks flake8.
|
||||
# https://github.com/python/importlib_metadata/issues/407
|
||||
"importlib_metadata<5; python_version < '3.8'",
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user