Skip to content

Commit 0994bf9

Browse files
committed
update test___all__
1 parent 90f6514 commit 0994bf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test___all__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def check_all(self, modname):
5353
with warnings_helper.check_warnings(
5454
("", DeprecationWarning),
5555
("", ResourceWarning),
56+
("", SyntaxWarning),
5657
quiet=True):
5758
try:
5859
exec("from %s import *" % modname, names)

0 commit comments

Comments
 (0)