fix python markers

This commit is contained in:
Robert Kaussow 2020-04-11 12:55:17 +02:00
parent ab6f158c53
commit a32aa7f66e
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ flake8-isort = "*"
flake8-logging-format = "*"
flake8-polyfill = "*"
flake8-quotes = "*"
flake8-eradicate = {version = "*",marker = "python_version>='3.6'"}
flake8-eradicate = {version = "*",markers = "python_version>='3.6'"}
pep8-naming = "*"
pytest = "*"
pytest-mock = "*"

3
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "8c306802e1a975057bc592b663b08f8bc8f34cc926268964d31bfa2a624d4ba2"
"sha256": "361695040b1f2b6028ffcbc562558175e6e1e34a07035b3e18c1adf9def6572e"
},
"pipfile-spec": 6,
"requires": {},
@ -512,6 +512,7 @@
"sha256:e8b32b32300bfb407fe7ef74667c8d2d3a6a81bdf6f09c14a7bcc82b7b870f8b"
],
"index": "pypi",
"markers": "python_version >= '3.6'",
"version": "==0.3.0"
},
"flake8-isort": {