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 7ef179f commit a613979Copy full SHA for a613979
Lib/test/test_sundry.py
@@ -28,7 +28,7 @@ def test_untested_modules_can_be_imported(self):
28
print("skipping tty")
29
30
def test_distutils_modules(self):
31
- with warnings_helper.check_warnings(quiet=True):
+ with support.check_warnings(quiet=True):
32
33
path_copy = sys.path[:]
34
import distutils
0 commit comments