mirror of
https://github.com/python/cpython.git
synced 2026-07-04 00:35:50 -04:00
[3.13] gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-138855) (GH-139675)
gh-138854: Skip test_script_shadowing_stdlib_cwd_failure on AIX (GH-138855)
(cherry picked from commit 171f787a29)
Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
This commit is contained in:
committed by
GitHub
parent
7816ac344c
commit
6bdd9e2705
@@ -1206,6 +1206,7 @@ except ImportError as e:
|
||||
|
||||
@unittest.skipIf(sys.platform == 'win32', 'Cannot delete cwd on Windows')
|
||||
@unittest.skipIf(sys.platform == 'sunos5', 'Cannot delete cwd on Solaris/Illumos')
|
||||
@unittest.skipIf(sys.platform.startswith('aix'), 'Cannot delete cwd on AIX')
|
||||
def test_script_shadowing_stdlib_cwd_failure(self):
|
||||
with os_helper.temp_dir() as tmp:
|
||||
subtmp = os.path.join(tmp, "subtmp")
|
||||
|
||||
Reference in New Issue
Block a user