-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Three tests fails with PYTEST_PLUGINS
set to _hypothesis_pytestplugin
#12647
Labels
good first issue
easy issue that is friendly to new contributor
type: selftests
a problem in the tests of pytest
Comments
PYTEST_PLUGINS
setPYTEST_PLUGINS
set to _hypothesis_pytestplugin
TobiMcNamobi
added a commit
to TobiMcNamobi/pytest
that referenced
this issue
Mar 21, 2025
For example for _hypothesis_pytestplugin. Fixes pytest-dev#12647
TobiMcNamobi
added a commit
to TobiMcNamobi/pytest
that referenced
this issue
Mar 21, 2025
For example for _hypothesis_pytestplugin. Fixes pytest-dev#12647
nicoddemus
pushed a commit
to TobiMcNamobi/pytest
that referenced
this issue
Apr 7, 2025
For example for _hypothesis_pytestplugin. Fixes pytest-dev#12647
nicoddemus
pushed a commit
that referenced
this issue
Apr 7, 2025
Fixes #12647 (cherry picked from commit 0286f64) Co-authored-by: TobiMcNamobi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
easy issue that is friendly to new contributor
type: selftests
a problem in the tests of pytest
pip list
from the virtual environment you are usingI tried to run
pytest
tests in themain
git branch with the following change intox.ini
:and I found that the following three tests failed:
All three tests fails with the following error:
Probably (untested) we need to add
monkeypatch.delenv("PYTEST_PLUGINS", raising=False)
call to affected functions.This seems to be related: #12616 (comment)
The text was updated successfully, but these errors were encountered: