Kaydet (Commit) ff79396c authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix skipping #27921 for windows

üst 1c2400cf
......@@ -288,8 +288,7 @@ class DirectoryTestCase(ASTTestCase):
# it's very much a hack that I'm skipping these files, but
# I can't figure out why they fail. I'll fix it when I
# address issue #27948.
if (filename.endswith('/test_fstring.py') or
filename.endswith('/test_traceback.py')):
if os.path.basename(filename) in ('test_fstring.py', 'test_traceback.py'):
if test.support.verbose:
print(f'Skipping {filename}: see issue 27921')
continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment