Skip to content

Commit

Permalink
Remove test case affected by pythonGH-102475.
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Mar 6, 2023
1 parent 8386140 commit e6f11d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Lib/test/test_pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -3116,11 +3116,6 @@ def check():
env['HOME'] = 'C:\\Users\\eve'
check()

def test_resolve(self):
P = self.cls
p = P(BASE, './a:b')
self.assertEqual(str(p.resolve(strict=False)), f'{BASE}\\a:b')


class PurePathSubclassTest(_BasePurePathTest, unittest.TestCase):
class cls(pathlib.PurePath):
Expand Down

0 comments on commit e6f11d4

Please sign in to comment.