Skip to content

ci: update test scripts to use install-poetry.py and cleanup release workflow#168

Merged
kasteph merged 2 commits intopython-poetry:masterfrom
abn:ci/fix-experimental
Apr 11, 2021
Merged

ci: update test scripts to use install-poetry.py and cleanup release workflow#168
kasteph merged 2 commits intopython-poetry:masterfrom
abn:ci/fix-experimental

Conversation

@abn
Copy link
Copy Markdown
Member

@abn abn commented Apr 10, 2021

This change also fixes python 3.10 failures.

@abn abn requested a review from a team April 10, 2021 23:11
@abn abn force-pushed the ci/fix-experimental branch from ae6cb24 to 7ce73e8 Compare April 10, 2021 23:19
@abn
Copy link
Copy Markdown
Member Author

abn commented Apr 10, 2021

THe new 3.10 failures are due to missing setuptools in the project virtual environment. Since new versions of poetry drops pip and setuptools from project environments (python-poetry/poetry#2826), we have an issue with adding it as a development dependency (which is the right fix) in that adding via poetry@master will lead to all existing versions to fail as they mark setuptools and unsafe, leading to resolution errors.

@sdispater I wonder if this makes a good case for pyproject.toml allowing a configuration for min-poetry similar to what tox does.

@kasteph kasteph merged commit 015e05d into python-poetry:master Apr 11, 2021
@abn abn deleted the ci/fix-experimental branch April 11, 2021 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants