mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
Fix the syntax of the "extras" "environment marker"
This commit is contained in:
parent
63b7e559f1
commit
94ae3eaf5c
@ -165,7 +165,7 @@ 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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user