|
@@ -23,8 +23,11 @@ pylint-import-requirements = "*"
|
|
pytest-cov = ">=2"
|
|
pytest-cov = ">=2"
|
|
|
|
|
|
# python3.5 compatibility
|
|
# python3.5 compatibility
|
|
-# https://github.com/python/importlib_metadata/commit/107f9029fd5807c6579b881db19e11a0488f0675
|
|
+# <2 for:
|
|
-importlib-metadata = "<3"
|
|
+# > pkg_resources.VersionConflict: (importlib-metadata 2.1.1 (/home/travis/virtualenv/python3.5.10/lib/python3.5/site-packages),
|
|
|
|
+# > Requirement.parse('importlib-metadata<2,>=0.12; python_version < "3.8"'))
|
|
|
|
+# <3 for "python_requires" https://github.com/python/importlib_metadata/commit/107f9029fd5807c6579b881db19e11a0488f0675
|
|
|
|
+importlib-metadata = "<2,<3"
|
|
isort = "<5"
|
|
isort = "<5"
|
|
# workaround https://github.com/pytest-dev/pytest/issues/3953
|
|
# workaround https://github.com/pytest-dev/pytest/issues/3953
|
|
pathlib2 = {version = "*", markers="python_version < '3.6'"}
|
|
pathlib2 = {version = "*", markers="python_version < '3.6'"}
|