]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-71339: Fix an order-dependent failure in test_unittest (GH-129133)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Jan 2025 14:45:20 +0000 (16:45 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 14:45:20 +0000 (16:45 +0200)
commit4b37a6bda236121c130b4a60e573f123cb5e4c58
tree01df69c6f695df2a9c3ddbc5ef91227d4758ce35
parent5809b2590956d51ce805f877e4708d21f59fb222
gh-71339: Fix an order-dependent failure in test_unittest (GH-129133)

It failed if it was preceded by test_builtin.
Lib/test/test_builtin.py
Lib/test/test_unittest/test_case.py