question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New release needed to work with latest pytest-xdist

See original GitHub issue

Summary

If I pip install the latest pytest-xdist and pytest-cov, then I will get failures when running pytest -n auto --cov=<my directory> because the latest released pytest-cov (2.10.0) is not compatible with pytest-xdist 2.0.0; this has been fixed by #412 but this PR hasn’t made it into any release.

Versions

pytest-xdist 2.0.0 pytest-cov 2.10.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
ionelmccommented, Aug 14, 2020

I’ll cut a release after CI passes.

2reactions
ionelmccommented, Aug 14, 2020

2.10.1 is released.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pytest-xdist - PyPI
The pytest-xdist plugin extends pytest with new test execution modes, the most used being distributing tests across multiple CPUs to speed up test...
Read more >
pytest-xdist — pytest-xdist documentation
The pytest-xdist plugin extends pytest with new test execution modes, the most used being distributing tests across multiple CPUs to speed up test...
Read more >
pytest-xdist - Python Package Health Analysis - Snyk
We found that pytest-xdist demonstrates a positive version release cadence with at least one new version released in the past 3 months. As...
Read more >
py.test 2.2.0: test marking++, parametrization++ ...
pytest-2.2.0 is a test-suite compatible release of the popular py.test testing ... You need a new version of the pytest-xdist plugin (1.7) for...
Read more >
Pytest doesn't recognize -n option after pytest-xdist installation
I had the same problem. The problem is not with the version. Somehow py.test cannot see where xdist is. Here's what worked for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found