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 fe186d7 commit 69309a5Copy full SHA for 69309a5
Lib/test/test_import/__init__.py
@@ -1186,6 +1186,7 @@ class substr(str):
1186
self.assertRegex(line, rb"cannot import name 'Fraction' from 'fractions' \(.*\)")
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
def test_script_shadowing_stdlib_cwd_failure(self):
1191
with os_helper.temp_dir() as tmp:
1192
subtmp = os.path.join(tmp, "subtmp")
0 commit comments