pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

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

Closed nicoddemus closed 4 years ago

nicoddemus commented 4 years ago

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 (https://github.com/pytest-dev/pytest/pull/6159).