Three tests fails with PYTEST_PLUGINS
set to _hypothesis_pytestplugin
#12647
Labels
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: