Skip to content

Fixes py.path.local.samefile in Python 3 on Windows #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 27, 2019

Conversation

nicoddemus
Copy link
Member

Python 3 on Windows contains a working implementation of os.path.samefile that should be used.

Discovered this while investigating why test_cmdline_python_package_symlink fails on Python 3.8 on Windows (pytest-dev/pytest#6159).

Python 3 on Windows contains a working implementation
of os.path.samefile that should be used.
nicoddemus added a commit to nicoddemus/pytest that referenced this pull request Dec 26, 2019
As discussed in pytest-dev#6159,
we are waiting for a new py release (pytest-dev/py#229)
@nicoddemus nicoddemus merged commit b02342a into pytest-dev:master Dec 27, 2019
@nicoddemus nicoddemus deleted the samefile-win-py3 branch December 27, 2019 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants