Skip to content

Commit a613979

Browse files
committed
Use 3.9 test helper
1 parent 7ef179f commit a613979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sundry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_untested_modules_can_be_imported(self):
2828
print("skipping tty")
2929

3030
def test_distutils_modules(self):
31-
with warnings_helper.check_warnings(quiet=True):
31+
with support.check_warnings(quiet=True):
3232

3333
path_copy = sys.path[:]
3434
import distutils

0 commit comments

Comments
 (0)