Skip to content

Commit 5742fe1

Browse files
committed
fix: remove default backend
1 parent b97fa6d commit 5742fe1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/integration/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ def pytest_generate_tests(metafunc):
209209
"The --run-kind and --run-https arguments are not compatible. HTTPS is only supported with --run-compose."
210210
)
211211

212-
# Default behavior: if no flags are provided, we assume --run-compose
213-
if not run_kind and not run_compose:
214-
run_compose = True
215-
216212
backends = []
217213

218214
# Logic for tests marked with @pytest.mark.kind_only

0 commit comments

Comments
 (0)