Skip to content
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

chore(ci): bump test_sdist python from 3.11 to 3.12 #423

Merged
merged 2 commits into from
Dec 2, 2023

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Oct 21, 2023

depends on #422

  • chore(ci): bump test_sdist python from 3.11 to 3.12
  • chore: remove test_distribution.py: It was always skipped in CI tests and relies on plugins that do not support python 3.12

@mayeut

This comment was marked as resolved.

@mayeut mayeut changed the title chore(ci): bump test_sdist python from 3.11 to 3.12 chore(ci): bump test_sdist python from 3.11 to 3.12 Oct 21, 2023
from ._version import get_versions
from ._version import version as __version__

__all__ = ["__version__", "CMAKE_DATA", "CMAKE_BIN_DIR", "CMAKE_DOC_DIR", "CMAKE_SHARE_DIR", "cmake", "cpack", "ctest"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we really expose all those CMAKE variables ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know CMAKE_BIN_DIR is used other places. I don’t remember where.

It was always skipped in CI tests and relies on plugins that
do not support python 3.12.

Remove the file and move the version check to test_cmake.
@mayeut mayeut marked this pull request as ready for review December 2, 2023 16:47
@mayeut mayeut mentioned this pull request Dec 2, 2023
@mayeut mayeut enabled auto-merge (squash) December 2, 2023 16:55
@mayeut mayeut merged commit 280260d into scikit-build:master Dec 2, 2023
24 checks passed
@mayeut mayeut deleted the bump-sdist-build branch December 2, 2023 17:35
jcfr added a commit to mayeut/cmake-python-distributions that referenced this pull request Feb 15, 2024
…ualenv

The use of the `virtualenv` pytest fixture become obsolete following
commit 280260d ("chore(ci): bump `test_sdist` python from 3.11 to 3.12
(scikit-build#423)", 2023-12-02)
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