mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-104057: Fix direct invocation of test_support (GH-104069)
This commit is contained in:
parent
77262458fe
commit
27419a71b5
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ def setUpClass(cls):
|
|||
"test.support.warnings_helper", like=".*used in test_support.*"
|
||||
)
|
||||
cls._test_support_token = support.ignore_deprecations_from(
|
||||
"test.test_support", like=".*You should NOT be seeing this.*"
|
||||
__name__, like=".*You should NOT be seeing this.*"
|
||||
)
|
||||
assert len(warnings.filters) == orig_filter_len + 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue