Skip to content

Commit

Permalink
Fix tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Oct 4, 2023
1 parent 957e1bb commit 8403085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,7 @@ class DummyPath(pathlib._PathBase):
Simple implementation of PathBase that keeps files and directories in
memory.
"""
pathmod = posixpath
_files = {}
_directories = {'/': set()}
_symlinks = {}
Expand Down

0 comments on commit 8403085

Please sign in to comment.