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

pytest fixtures tmpdir and tmpdir_factory not found on pytest 7 #1880

Closed
marciomazza opened this issue Sep 17, 2022 · 1 comment
Closed

pytest fixtures tmpdir and tmpdir_factory not found on pytest 7 #1880

marciomazza opened this issue Sep 17, 2022 · 1 comment

Comments

@marciomazza
Copy link
Contributor

marciomazza commented Sep 17, 2022

Since pytest 7.0.0 the fixtures tmpdir and tmpdir_factory were moved to a Pluggy plugin class, so are not found anymore by jedi.

This partially breaks #791.

The change was made here: pytest-dev/pytest@e6eac28f0

@marciomazza marciomazza changed the title pytest fixtures tmpdir and tmpdir_factory not found on pytest 7.0.0 pytest fixtures tmpdir and tmpdir_factory not found on 7.0.0 Sep 17, 2022
@marciomazza marciomazza changed the title pytest fixtures tmpdir and tmpdir_factory not found on 7.0.0 pytest fixtures tmpdir and tmpdir_factory not found on pytest 7 Sep 17, 2022
@davidhalter
Copy link
Owner

This should be fixed now on master.

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