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

Bugfix for pytest plugins set to hypothesis pytestplugin (#12647) #13318

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

TobiMcNamobi
Copy link

Fixes #12647.

Indeed it's enough to add monkeypatch.delenv("PYTEST_PLUGINS", raising=False) to the failing tests, as the @mtelka suggested.

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided (automation) changelog entry is part of PR label Mar 21, 2025
@TobiMcNamobi TobiMcNamobi force-pushed the Bugfix_for_PYTEST_PLUGINS_set_to__hypothesis_pytestplugin branch from fdb019c to 41f751c Compare March 21, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided (automation) changelog entry is part of PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Three tests fails with PYTEST_PLUGINS set to _hypothesis_pytestplugin
1 participant