You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run our tests with pytest-xdist, our entire tests about 1035 of them gets done in less than 35min
However, when we use pytest-cov it takes upto 1hr:15min which is tremondous.
I understand this is also due to the fact that the code instrumentation process of tracking the code takes some amount of time but this feels pretty exorbitant.
I also tried to install the python3-dev package but this does not seem to help as well
Please go over all the sections and search
https://pytest-cov.readthedocs.io/en/latest/ or
https://coverage.readthedocs.io/en/latest/
before opening the issue.
Summary
When I run our tests with pytest-xdist, our entire tests about 1035 of them gets done in less than 35min
However, when we use
pytest-cov
it takes upto 1hr:15min which is tremondous.I understand this is also due to the fact that the code instrumentation process of tracking the code takes some amount of time but this feels pretty exorbitant.
I also tried to install the
python3-dev
package but this does not seem to help as wellWith the above command, I see that it has made
CTRACER
available as well.We run our tests within the docker container.
Expected vs actual result
Pytest-cov should be able to complete the tests in and around the time when run without it
The text was updated successfully, but these errors were encountered: