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 c702223 commit 3e173e5Copy full SHA for 3e173e5
Lib/test/test_import/__init__.py
@@ -1204,6 +1204,7 @@ class substr(str):
1204
self.assertRegex(line, rb"cannot import name 'Fraction' from 'fractions' \(.*\)")
1205
1206
@unittest.skipIf(sys.platform == 'win32', 'Cannot delete cwd on Windows')
1207
+ @unittest.skipIf(sys.platform == 'sunos5', 'Cannot delete cwd on Solaris/Illumos')
1208
def test_script_shadowing_stdlib_cwd_failure(self):
1209
with os_helper.temp_dir() as tmp:
1210
subtmp = os.path.join(tmp, "subtmp")
0 commit comments