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

Removal of unnecessary dependency on py #185

Merged
merged 1 commit into from
Jul 16, 2017

Commits on Jul 14, 2017

  1. Removal of unnecessary dependency on py

    `pytest-xdist` depends on `pytest>=3`.
    `pytest 3.0.0` requires `py>=1.4.29`
    and latest pytest requires `py>=1.4.33`.
    Thus it is unnecessary for pytest-xdist to include
    a requirement on `py>=1.4.22`
    
    Fixes pytest-dev#105
    jayvdb committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    cd12d17 View commit details
    Browse the repository at this point in the history