mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-46425: fix direct invocation of test_fileutils
and test_zoneinfo
(GH-30792)
This commit is contained in:
parent
57316c52ba
commit
1f8014c5b4
2 changed files with 7 additions and 3 deletions
|
@ -15,7 +15,7 @@ class PathTests(unittest.TestCase):
|
|||
if os.name == 'nt':
|
||||
raise unittest.SkipTest('Windows has its own helper for this')
|
||||
else:
|
||||
from .test_posixpath import PosixPathTest as posixdata
|
||||
from test.test_posixpath import PosixPathTest as posixdata
|
||||
tests = posixdata.NORMPATH_CASES
|
||||
for filename, expected in tests:
|
||||
if not os.path.isabs(filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue