Revert "Include pytest-bdd with frozen tests"
This reverts commit fcbb5b8bac
.
This triggers a RecursionError when frozen...
This commit is contained in:
parent
ce8315b720
commit
49d3e9ece8
@ -30,9 +30,8 @@ import pytest_instafail
|
||||
import pytest_faulthandler
|
||||
import pytest_xvfb
|
||||
import pytest_rerunfailures
|
||||
import pytest_bdd.plugin
|
||||
|
||||
sys.exit(pytest.main(plugins=[pytestqt.plugin, pytest_mock,
|
||||
pytest_catchlog, pytest_instafail,
|
||||
pytest_faulthandler, pytest_xvfb,
|
||||
pytest_rerunfailures, pytest_bdd.plugin]))
|
||||
pytest_rerunfailures]))
|
||||
|
Loading…
Reference in New Issue
Block a user