Closed jaraco closed 3 years ago
Removing pytest-checkdocs
from the testing
extra requirements works around the issue. I suspect there's a regression relating to the resolver when the project declares itself as a dependency.
I'm able to replicate the issue with pip alone, so I'll report the issue there.
Note that
pytest-checkdocs==2.1.1
appears in the installed packages even thoughpytest-checkdocs
in the project under test.Disabling the 2020 resolver, the expected dependencies appear and tests run fine: