-
Notifications
You must be signed in to change notification settings - Fork 388
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 regressions with Python 3.13.0b2 #848
Comments
Probably we need to switch to use trustme instead of hard coded certs |
@mgorny I investigated this in pytest-httpbin and there doesn't seem to be a problem there https://github.com/kevin1024/pytest-httpbin/actions/runs/10160156943/job/28095913920?pr=90 |
ah seems related to python-trio/trustme#642 and python/cpython#107361 |
@mgorny I fixed this in pytest-httpbin kevin1024/pytest-httpbin#90 can you use that branch for now? I don't plan on merging it until downstream PRs are merged: psf/httpbin#51 and python-hyper/brotlicffi#198 |
Thanks. I'm just going to continue skipping these tests in Gentoo for now, since I don't really want to carry whole SSL certs in patches. That said, I wouldn't held my hopes high for httpbin. The project seems pretty much dead again. I'm waiting on psf/httpbin#32 for a long time now. |
@mgorny I've released pytest-httpbin 2.1.0 with the fixes |
Thank you! I can confirm that the new version passes all tests. |
Compared to Python 3.12, I'm seeing a few new failing tests:
I wonder if it's a problem with pytest-httpbin perhaps.
The text was updated successfully, but these errors were encountered: