Skip to content

Commit ce7a0d2

Browse files
authored
Don't backport test_expand_makefile_vars
1 parent 3850b51 commit ce7a0d2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Lib/test/test_sysconfig.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -696,18 +696,6 @@ def deprecated(self, removal_version, deprecation_msg=None, error=Exception, err
696696
else:
697697
return self.assertWarns(DeprecationWarning, msg=deprecation_msg)
698698

699-
def test_expand_makefile_vars(self):
700-
with self.deprecated(
701-
removal_version=(3, 16),
702-
deprecation_msg=(
703-
'sysconfig.expand_makefile_vars is deprecated and will be removed in '
704-
'Python 3.16. Use sysconfig.get_paths(vars=...) instead.',
705-
),
706-
error=AttributeError,
707-
error_msg="module 'sysconfig' has no attribute 'expand_makefile_vars'",
708-
):
709-
sysconfig.expand_makefile_vars('', {})
710-
711699
def test_is_python_build_check_home(self):
712700
with self.deprecated(
713701
removal_version=(3, 15),

0 commit comments

Comments
 (0)