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 xfails for CPython 3.13.0a5 #3371

Merged
merged 5 commits into from
Mar 28, 2024
Merged

Conversation

illia-v
Copy link
Member

@illia-v illia-v commented Mar 27, 2024

Resolves #3366

xfails in test/with_dummyserver/test_proxy_poolmanager.py can be dropped when CPython 3.13.0a6 is available.

@illia-v illia-v added the Skip Changelog Pull requests that don't require a changelog entry label Mar 27, 2024
Copy link
Member

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

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

Looks good to unblock CI, do we only need this until trustme creates a new release?

@@ -77,6 +78,10 @@ def teardown_class(cls) -> None:
super().teardown_class()
shutil.rmtree(cls.certs_dir)

@pytest.mark.xfail(
Copy link
Member

Choose a reason for hiding this comment

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

There's a lot of duplication, can we create a marker and reuse it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure

@illia-v
Copy link
Member Author

illia-v commented Mar 28, 2024

Looks good to unblock CI, do we only need this until trustme creates a new release?

When there is a new trustme release, we can pin the package to it instead of to the commit

The xfails can be dropped when Python 3.13 alpha 6 is available; the expected release date is April 9th + maybe a few days for GitHub Actions to provide the new version

Copy link
Member

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

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

LGTM

@illia-v illia-v merged commit 84b0c47 into urllib3:main Mar 28, 2024
35 checks passed
@illia-v illia-v deleted the fix-3.13.0a5-ci branch March 28, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Pull requests that don't require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate CI failures with Python 3.13.0a5
2 participants