Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Fix pytest 7.x compatibility#13

Open
musicinmybrain wants to merge 1 commit intoRazerM:masterfrom
musicinmybrain:pytest7
Open

Fix pytest 7.x compatibility#13
musicinmybrain wants to merge 1 commit intoRazerM:masterfrom
musicinmybrain:pytest7

Conversation

@musicinmybrain
Copy link

pytest.collect.File was moved to pytest.File in pytest 7

It turns out that pytest.File was already available in all versions of pytest this project claims to support, so the change is backwards-compatible.

pytest.collect.File was moved to pytest.File in pytest 7

It turns out that pytest.File was already available in all versions of
pytest this project claims to support, so the change is
backwards-compatible.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant