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

Do not collect symlinked tests under Windows #12050

Merged
merged 7 commits into from
Mar 3, 2024

Commits on Mar 3, 2024

  1. Do not collect symlinked tests under Windows

    The check for short paths under Windows via os.path.samefile, introduced in pytest-dev#11936, also found similar tests in symlinked tests in the GH Actions CI.
    This checks additionally that one of the files is not a symlink.
    
    Fixes pytest-dev#12039.
    mrbean-bremen committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    d417b44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f2668d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96f72c1 View commit details
    Browse the repository at this point in the history
  4. Adjust existing test

    nicoddemus committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    bb48b75 View commit details
    Browse the repository at this point in the history
  5. Tweak comment

    nicoddemus committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0ac1c37 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    nicoddemus committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    44f52b4 View commit details
    Browse the repository at this point in the history
  7. Improve test

    nicoddemus committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    d473bf1 View commit details
    Browse the repository at this point in the history