]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104015: Fix direct invocation of `test_dataclasses` (#104017)
authorNikita Sobolev <mail@sobolevn.me>
Sun, 30 Apr 2023 17:16:55 +0000 (20:16 +0300)
committerGitHub <noreply@github.com>
Sun, 30 Apr 2023 17:16:55 +0000 (17:16 +0000)
commit654d44b3a4d3ee4d92b690668aa5189acf4f9d8f
treefe65af4aea0a829b62dfd48dbf2bfc5a248c6173
parent7d3931e94a76491111a6e391e111cb066236cff4
gh-104015: Fix direct invocation of `test_dataclasses` (#104017)

Previously, `python -m test test_dataclasses` passed, but `./python.exe Lib/test/test_dataclasses.py` failed
Lib/test/test_dataclasses.py