Skip to content
Prev Previous commit
Remove test case affected by GH-102475.
  • Loading branch information
barneygale committed Mar 6, 2023
commit e6f11d45ac990022591d53b4f6c7bfe5b7e74bf7
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