Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer compatible with pytest 7 #55

Open
jaraco opened this issue Nov 7, 2021 · 2 comments
Open

No longer compatible with pytest 7 #55

jaraco opened this issue Nov 7, 2021 · 2 comments

Comments

@jaraco
Copy link
Contributor

jaraco commented Nov 7, 2021

See pytest-dev/pytest#8435 for background and jaraco/pytest-checkdocs#9 for an example of how I addressed the issue in pytest-checkdocs.

@jaraco
Copy link
Contributor Author

jaraco commented Feb 5, 2022

See also jaraco/pytest-perf#5 for another, different fix that was required.

@abravalheri
Copy link

The following waning/error also appears for 7.0.1:

pytest.PytestWarning: BlackItem is an Item subclass and should not be a collector, however its bases File are collectors.
E   Please split the Collectors and the Item into separate node types.
E   Pytest Doc example: https://docs.pytest.org/en/latest/example/nonpython.html
E   example pull request on a plugin: https://github.com/asmeurer/pytest-flakes/pull/40/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants