Ned Batchelder
Ned Batchelder
It will be 100% if you add this to pytest.ini: ``` [run] source = pxz_dataset ``` I don't know why it doesn't work to specify it on the pytest command...
I'm not sure what wording you'd like. I can't document how pytest-cov works.
I haven't tried it, but does this GraphQL object provide the data needed? https://docs.github.com/en/graphql/reference/objects#dependencygraphmanifest GitHub is now displaying the number of dependents on the front page of a repo as...
Here is a gist showing the warning happening: https://gist.github.com/nedbat/2ba6834eab6d008dbd1c494c39f61bad (the warning about `__main__` is a confusion between coverage's file and pytest's, and only happens with a -e install of coverage,...
If this happens with coverage.py without pytest-cov, please open an issue in https://github.com/nedbat/coveragepy and include reproduction instructions. Many people here have showed fragments of their `pip list` output, but none...
@sebastian-muthwill "I can confirm that issue. I could reproduce it with python 3.12.0 and 3.12.3." If you can provide us a way to reproduce the problem, that would be a...
I'm using a GitHub Action matrix, which runs tox, which uses tox-gh. I can try being either less or more explicit about the version, but there are layers here that...
The virtualenv is created by tox I think. I'm not sure what specifies the Python to use.
I tried updating my tox.ini to have py313t and py314t: ```diff --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ [tox] # When changing this list, be sure to check the...
Looks like that doesn't work: https://github.com/nedbat/coveragepy/actions/runs/12874806958/job/35894941611