From 49d3e9ece877476b7cd43154f4abafc3f3328812 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 30 Jun 2016 17:40:10 +0200 Subject: [PATCH] Revert "Include pytest-bdd with frozen tests" This reverts commit fcbb5b8bacadf8b9afaf4228d92dc658216a3c24. This triggers a RecursionError when frozen... --- scripts/dev/run_frozen_tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/dev/run_frozen_tests.py b/scripts/dev/run_frozen_tests.py index e7910300b..fc3c1cf19 100644 --- a/scripts/dev/run_frozen_tests.py +++ b/scripts/dev/run_frozen_tests.py @@ -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]))