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

Refactor deprecated unittest aliases for Python 3.11 compatibility. #500

Merged
merged 1 commit into from Oct 12, 2021
Merged

Refactor deprecated unittest aliases for Python 3.11 compatibility. #500

merged 1 commit into from Oct 12, 2021

Conversation

tirkarthi
Copy link
Contributor

Deprecated unittest aliases were removed in Python 3.11 . This will cause error when tests are executed in Python 3.11 .

Ref : python/cpython#28268

@sirosen
Copy link
Collaborator

sirosen commented Oct 12, 2021

Thanks for going the extra mile and opening issues and PRs for this! (Not just here, but I see on other projects as well.)

I'll get myself a py3.11 build setup for testing soon, but I don't see a strong reason to wait on that before merging.

@sirosen sirosen merged commit eb03941 into nose-devs:master Oct 12, 2021
@tirkarthi
Copy link
Contributor Author

Thanks @sirosen . In case you are using Ubuntu deadsnakes ppa can help with Python 3.11 builds https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly

@sirosen
Copy link
Collaborator

sirosen commented Oct 12, 2021

I have pyenv install 3.11-dev running right now while I go get myself some coffee. Hopefully no errors! 😄

But I might use deadsnakes if I run into trouble.

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.

None yet

2 participants