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

Fix for additional test method name on Python 3.11 #519

Merged
merged 2 commits into from May 13, 2022

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Apr 26, 2022

Tests are failing on Python 3.11 (for example) because there was a change to unittest in March to add the fully qualified name to the output:

This PR fixes the nose2 tests to include the method name for Python 3.11 (and newer).

@sirosen
Copy link
Collaborator

sirosen commented Apr 26, 2022

Thanks for the fix! I'll take a look at this soon.

@sirosen sirosen merged commit a5923be into nose-devs:main May 13, 2022
@sirosen
Copy link
Collaborator

sirosen commented May 13, 2022

This fell off my radar, and I just caught it in a sweep over my review queue. Just merged.

@hugovk hugovk deleted the fix-3.11 branch May 13, 2022 20:11
@cclauss
Copy link
Contributor

cclauss commented Jul 15, 2022

Tests on Py311 beta 4 are currently broken. https://github.com/nose-devs/nose2/pulls

@hugovk
Copy link
Contributor Author

hugovk commented Jul 15, 2022

Please see PR #528.

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

3 participants