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

Add CI tests for Python 3.14 pre-release #1115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrbean-bremen
Copy link
Member

@mrbean-bremen mrbean-bremen commented Jan 30, 2025

  • work around new class checks in pathlib

There are more checks in pathlib using is (is posixpath), which cannot be faked, so this has to be worked around...
This is 3.14-alpha4, I expect more changes to come. The tests with extra packages are disabled for 3.14, because not all packages are available yet, as expected.

Tasks

  • Unit tests added that reproduce the issue or prove feature is working
  • Fix or feature added
  • Entry to release notes added
  • Pre-commit CI shows no errors
  • Unit tests passing

- work around new class checks in pathlib
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.

1 participant