Skip to content

Commit c67517d

Browse files
committed
Add @requires_singlephase_init decorator
1 parent 5fc359b commit c67517d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_import/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,6 +1912,7 @@ def test_absolute_circular_submodule(self):
19121912
str(cm.exception),
19131913
)
19141914

1915+
@requires_singlephase_init
19151916
def test_singlephase_circular(self):
19161917
"""Regression test for gh-123950
19171918

0 commit comments

Comments
 (0)