kurtmckee/feedparser

Undeclared `pluggy` dependency for test suite

Closed this issue · 3 comments

Currently updating the Void linux package. Noticed that pluggy is required to run the tests but not declared in pyproject.toml. Just a heads up.

feedparser's test suite doesn't import pluggy. It might be a transient dependency via pytest, but it's not a direct dependency of feedparser.

Thanks for your work to update the Void Linux package!

Indeed this was actually a case of our tox package not declaring pluggy as a dependency. My mistake.

No worries! I appreciate you raising this issue. Have a great day!