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 818bb99 commit 9260690Copy full SHA for 9260690
Lib/test/test_import/__init__.py
@@ -1185,6 +1185,7 @@ class substr(str):
1185
for line in lines:
1186
self.assertRegex(line, rb"cannot import name 'Fraction' from 'fractions' \(.*\)")
1187
1188
+ @unittest.skipIf(sys.platform == 'win32', 'Cannot delete cwd on Windows')
1189
def test_script_shadowing_stdlib_cwd_failure(self):
1190
with os_helper.temp_dir() as tmp:
1191
subtmp = os.path.join(tmp, "subtmp")
0 commit comments