Skip to content

Commit

Permalink
env: add upper version constraint for pytest to keep compatibility wi…
Browse files Browse the repository at this point in the history
…th python3.5
  • Loading branch information
fphammerle committed Dec 18, 2020
1 parent 7a8f0f8 commit e28ca1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ black = {version = "==20.8b1", markers = "python_version >= '3.6'"}
mypy = "*"
pylint = "*"
pylint-import-requirements = "*"
pytest = "*"
#pytest = "*"
pytest-cov = "*"

# python3.5 compatibility
Expand All @@ -22,6 +22,8 @@ importlib-metadata = "<3"
isort = "<5"
# workaround https://github.com/pytest-dev/pytest/issues/3953
pathlib2 = {version = "*", markers="python_version < '3.6'"}
# https://github.com/pytest-dev/pytest/commit/179f4326df2b644f0ab73f78e4770dafcbdcd89f#diff-fa602a8a75dc9dcc92261bac5f533c2a85e34fcceaff63b3a3a81d9acde2fc52R52
pytest = "<6.2"
# https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
zipp = "<2"

Expand Down
2 changes: 1 addition & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e28ca1c

Please sign in to comment.