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 7816ac3 commit 6bdd9e2Copy full SHA for 6bdd9e2
Lib/test/test_import/__init__.py
@@ -1206,6 +1206,7 @@ class substr(str):
1206
1207
@unittest.skipIf(sys.platform == 'win32', 'Cannot delete cwd on Windows')
1208
@unittest.skipIf(sys.platform == 'sunos5', 'Cannot delete cwd on Solaris/Illumos')
1209
+ @unittest.skipIf(sys.platform.startswith('aix'), 'Cannot delete cwd on AIX')
1210
def test_script_shadowing_stdlib_cwd_failure(self):
1211
with os_helper.temp_dir() as tmp:
1212
subtmp = os.path.join(tmp, "subtmp")
0 commit comments