◐ Shell
clean mode source ↗

gh-104015: Fix direct invocation of `test_dataclasses` by sobolevn · Pull Request #104017 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@sobolevn

Local tests do pass now:

» ./python.exe Lib/test/test_dataclasses.py 
........................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 232 tests in 1.113s

OK

Closes #104015

@AlexWaygood AlexWaygood changed the title gh-104015: Fix direct invokation of test_dataclasses gh-104015: Fix direct invocation of test_dataclasses

Apr 30, 2023

AlexWaygood

Choose a reason for hiding this comment

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

Thanks!

wookie184

Choose a reason for hiding this comment

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

Can confirm this fixes the issue, thanks!

carljm added a commit to carljm/cpython that referenced this pull request

May 1, 2023

Labels