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

Make psutil dependency optional and introduce pytest_xdist_auto_num_workers #590

Merged
merged 3 commits into from Aug 25, 2020

Commits on Aug 24, 2020

  1. Revert "Merge pull request pytest-dev#560 from utapyngo/logical-cpu-c…

    …ount"
    
    This reverts commit 0094b29, reversing
    changes made to c6255fa.
    nicoddemus committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    e469fc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Add psutil extra and introduce pytest_xdist_auto_num_workers hook

    This makes using psutil optional and opens up the possibility of customization
    through the pytest_xdist_auto_num_workers hook, making things like pytest-dev#477 possible.
    
    Fix pytest-dev#585
    nicoddemus committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    607d828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe48256 View commit details
    Browse the repository at this point in the history