We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7726245 commit 27419a7Copy full SHA for 27419a7
Lib/test/test_support.py
@@ -30,7 +30,7 @@ def setUpClass(cls):
30
"test.support.warnings_helper", like=".*used in test_support.*"
31
)
32
cls._test_support_token = support.ignore_deprecations_from(
33
- "test.test_support", like=".*You should NOT be seeing this.*"
+ __name__, like=".*You should NOT be seeing this.*"
34
35
assert len(warnings.filters) == orig_filter_len + 2
36
0 commit comments