-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Test failures with Python 3.13.0a1 #1900
Comments
Please report this again once 3.13 beta is released, if it's still an issue. |
Huh. You have it right here. Happy to retest with betas, but I don't understand the closure. |
There's not really a need to report this. We'll enable 3.13 test env once it's in beta or rc phase, at which point we'll see these failures if they're still happening. You're welcome to report them if you're also planning to submit a fix at the same time, but otherwise it just creates a placeholder that's not useful to us. Alpha is also way too early to start reporting this, as it's not stable yet and so doesn't indicate what we may actually need to fix. |
Hello,
in Fedora, we are trying to test Python 3.13 early to discover problems in Python itself and in important packages in the Python ecosystem.
With 3.13.0a1, we see some of the jinja's tests failing. I haven't got into investigating the failures just yet, but I decided to open this issue here. I understand that jinja is not expected to work on a first alpha release of Python out of the box, but I assume you are interested in knowing this.
To reproduce, clone this repository and run
tox -e py313
.(I used tox 3, so I needed to add
isolated_build = True
to the tox config. I assume this is not needed with tox 4.)Environment:
The text was updated successfully, but these errors were encountered: