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 include the root session with -k #7046

Merged
merged 2 commits into from
May 19, 2020

Commits on May 16, 2020

  1. -k should not match session name

    blueyed authored and nicoddemus committed May 16, 2020
    Configuration menu
    Copy the full SHA
    3d3b951 View commit details
    Browse the repository at this point in the history
  2. Package.name now contains only basname of the package

    Previously it contained the entire path, which made '-k' match
    against any name in the full path of the package.
    
    Fix pytest-dev#7040
    nicoddemus committed May 16, 2020
    Configuration menu
    Copy the full SHA
    c5b367b View commit details
    Browse the repository at this point in the history