Skip to content

Commit

Permalink
tests: mitigate httpretty urllib incompatibility
Browse files Browse the repository at this point in the history
Relates-to: python-poetry#3404
  • Loading branch information
abn committed Nov 23, 2020
1 parent e942717 commit 361c871
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ tox = "^3.0"
pytest-sugar = "^0.9.2"
httpretty = "^1.0"
zipp = { version = "^3.4", python = "<3.8"}
# temporary workaround for https://github.com/python-poetry/poetry/issues/3404
urllib3 = "1.25.10"

[tool.poetry.scripts]
poetry = "poetry.console:main"
Expand Down

0 comments on commit 361c871

Please sign in to comment.