Actually call unlink, and add more typing
This commit is contained in:
@@ -175,7 +175,7 @@ def setup_setuptools_cross_compile(
|
|||||||
)
|
)
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
atexit.register(lambda: distutils_cfg.unlink)
|
atexit.register(lambda: distutils_cfg.unlink())
|
||||||
|
|
||||||
# Ensure our additional import libraries are made available, and explicitly
|
# Ensure our additional import libraries are made available, and explicitly
|
||||||
# set the platform name
|
# set the platform name
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ class TestSpam(TestCase):
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
ADD_ENV = {}
|
ADD_ENV: dict[str, str] = {}
|
||||||
|
|
||||||
if utils.platform == "windows":
|
if utils.platform == "windows":
|
||||||
if platform.machine() != "ARM64":
|
if platform.machine() != "ARM64":
|
||||||
|
|||||||
Reference in New Issue
Block a user