8000 Try testing built wheels by bollwyvl · Pull Request #14821 · ipython/ipython · GitHub
[go: up one dir, main page]

Skip to content

Conversation

bollwyvl
Copy link
Contributor
@bollwyvl bollwyvl commented Mar 5, 2025

elevator pitch

Run CI tests against built distributions.

references

changes

  • add a test.yml#jobs/build, build the package once, and archive distributions
  • in test.yml#jobs/test
    • download the artifacts
    • build up a requirements.txt with a PEP 508 spec for ipython
    • add pip check
    • run tests in test to avoid confusion

future work

  • going to a src/-style layout would fix some of the issues, but still not -e . masking errors about files that aren't packaged due to settings in pyproject.toml

@Carreau
Copy link
Member
Carreau commented Mar 6, 2025
  • going to a src/-style layout would fix some of the issues, but still not -e . due to

I think you did not finish your sentence.

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.

Test the built assets

2 participants

0