We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c37a4 commit 426f7c2Copy full SHA for 426f7c2
Lib/test/test_import/__init__.py
@@ -1187,6 +1187,7 @@ class substr(str):
1187
1188
@unittest.skipIf(sys.platform == 'win32', 'Cannot delete cwd on Windows')
1189
@unittest.skipIf(sys.platform == 'sunos5', 'Cannot delete cwd on Solaris/Illumos')
1190
+ @unittest.skipIf(sys.platform.startswith('aix'), 'Cannot delete cwd on AIX')
1191
def test_script_shadowing_stdlib_cwd_failure(self):
1192
with os_helper.temp_dir() as tmp:
1193
subtmp = os.path.join(tmp, "subtmp")
0 commit comments