Skip to content

Commit

Permalink
Fix dodgy merge
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Dec 17, 2023
1 parent c5b111f commit 7958eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Lib/test/test_pathlib/test_pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@

class PurePathTest(test_pathlib_abc.DummyPurePathTest):
cls = pathlib.PurePath

# Make sure any symbolic links in the base test path are resolved.
base = os.path.realpath(TESTFN)

def test_concrete_class(self):
Expand Down
3 changes: 0 additions & 3 deletions Lib/test/test_pathlib/test_pathlib_abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ class DummyPurePathTest(unittest.TestCase):
cls = DummyPurePath
base = f'/BASE/{TESTFN}'

# Make sure any symbolic links in the base test path are resolved.
base = os.path.realpath(TESTFN)

# Keys are canonical paths, values are list of tuples of arguments
# supposed to produce equal paths.
equivalences = {
Expand Down

0 comments on commit 7958eff

Please sign in to comment.