Fix the syntax of the "extras" "environment marker"

This commit is contained in:
Jean-Paul Calderone 2022-11-30 13:20:41 -05:00
parent 63b7e559f1
commit 94ae3eaf5c

View File

@ -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