Skip to content
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

Fix issue where working dir becomes wrong on subst drive on Windows. Fixes #5965 #6523

Merged
merged 3 commits into from
Jun 8, 2020

Commits on Jun 6, 2020

  1. Fix issue where working dir becomes wrong on symlinks. Fixes pytest-d…

    …ev#5965
    
    This addresses subst drive on Windows and symlinks on Linux.
    fabioz authored and nicoddemus committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    008555d View commit details
    Browse the repository at this point in the history
  2. Do not use 'mksymlinkto' as basis for symlink support checks

    On Windows, symlinks are supported by Administrators and Power Users, so
    checking symlink sypport by the existence of py.path.local.mksymlinkto is not
    reliable.
    
    Introduce 'symlink_or_skip' which tries to make the symlink and skip the test
    if the symlink operation fails.
    nicoddemus committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ff6af8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f31d8a View commit details
    Browse the repository at this point in the history