]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111147: Fix `test_set_of_sets_reprs` in `test_pprint` (GH-111148)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 27 Nov 2023 10:01:26 +0000 (13:01 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 10:01:26 +0000 (12:01 +0200)
commit7ac49e74c3db35365968cd2cbd395cf063d2050d
tree1692bc6388cef3094e9a7475e43cfc2bc605853e
parentfb79e1ed4a985a487a02bb8585cc1bd2933dfa7c
gh-111147: Fix `test_set_of_sets_reprs` in `test_pprint` (GH-111148)

Make it stable and not depending on implementation details.
Lib/test/test_pprint.py