-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`poetry lock' breaks tests for poetry itself #3404
Labels
area/testing
Related to the test suite
Comments
hexchain
added
kind/bug
Something isn't working as expected
status/triage
This issue needs to be triaged
labels
Nov 23, 2020
abn
added a commit
to abn/poetry
that referenced
this issue
Nov 23, 2020
abn
added a commit
to abn/poetry
that referenced
this issue
Nov 23, 2020
abn
added
area/testing
Related to the test suite
and removed
kind/bug
Something isn't working as expected
status/triage
This issue needs to be triaged
labels
Nov 23, 2020
kasteph
pushed a commit
that referenced
this issue
Nov 24, 2020
* Remove python 2.7/3.5 compatibility code This change removes code, dependencies and tests related to python 2.7 and 3.5 compatibility. The minimum supported runtime python version for poetry is now 3.6. * tests: mitigate httpretty urllib incompatibility Relates-to: #3404
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Arch Linux
Poetry version: 1.1.4
Link with the contents of your pyproject.toml file: https://github.com/python-poetry/poetry/blob/20a3161b0e3f417f04b833c192dcb72076098a4b/pyproject.toml
Issue
In the poetry repository, if I run
poetry lock
beforepoetry install
andpoetry run pytest tests
, some tests fail:Downgrading
urllib3
to1.25.10
, or pinningrequests
to2.24.*
, fixes the issue. It seems thathttpretty
is not compatible withurllib3>=1.26
.The text was updated successfully, but these errors were encountered: