We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7efbc commit 02c3bcaCopy full SHA for 02c3bca
test_six.py
@@ -136,6 +136,8 @@ def test_move_items(item_name):
136
if item_name.startswith("tkinter"):
137
if not have_tkinter:
138
pytest.skip("requires tkinter")
139
+ if item_name == "tkinter_tix" and sys.version_info >= (3, 13):
140
+ pytest.skip("tkinter.tix removed from Python 3.13")
141
if item_name == "dbm_gnu" and not have_gdbm:
142
pytest.skip("requires gdbm")
143
if item_name == "dbm_ndbm":
0 commit comments