Skip to content

Comments

Fix install console script with extras#8900

Merged
Secrus merged 2 commits intopython-poetry:masterfrom
couling:patch-1
Jan 27, 2024
Merged

Fix install console script with extras#8900
Secrus merged 2 commits intopython-poetry:masterfrom
couling:patch-1

Conversation

@couling
Copy link
Contributor

@couling couling commented Jan 23, 2024

Pull Request Check List

Resolves: #8899

  • Added tests for changed code.
  • Updated documentation for changed code.

Credit to @snorfalorpagus for finding the fix

In the documented example, poetry install should generate a python file named devtest to run test.run_tests() NOT `test.run_teststest

@couling
Copy link
Contributor Author

couling commented Jan 23, 2024

I've not had chance to figure out how to unit test this yet, but wanted to make the fix available.

@couling
Copy link
Contributor Author

couling commented Jan 24, 2024

The BSD tests seem to have had a problem in CI pipeline unrelated to the code change. Perhaps someone could re-run them to confirm.

@Secrus Secrus merged commit 312bb7a into python-poetry:master Jan 27, 2024
@couling couling deleted the patch-1 branch January 27, 2024 23:31
@github-actions
Copy link

github-actions bot commented Mar 3, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

poetry install generates invalid python code for console scrips dependent on extras

2 participants