summaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-10-06 11:56:19 +0200
committerJohn Villalovos <john@sodarock.com>2022-10-15 09:55:18 -0700
commitf825d70e25feae8cd9da84e768ec6075edbc2200 (patch)
tree17e893bc69e3650c034232b259edcda1e9e4e480 /tests/functional
parent953f38dcc7ccb2a9ad0ea8f1b9a9e06bd16b9133 (diff)
downloadgitlab-f825d70e25feae8cd9da84e768ec6075edbc2200.tar.gz
refactor(deps): drop compose v1 dependency in favor of v2
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/conftest.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/conftest.py b/tests/functional/conftest.py
index 177c4aa..4cc4260 100644
--- a/tests/functional/conftest.py
+++ b/tests/functional/conftest.py
@@ -35,6 +35,11 @@ def gitlab_version(gl) -> GitlabVersion:
@pytest.fixture(scope="session")
+def docker_compose_command():
+ return "docker compose"
+
+
+@pytest.fixture(scope="session")
def fixture_dir(test_dir) -> pathlib.Path:
return test_dir / "functional" / "fixtures"