summaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-10-18 22:30:19 +0200
committerJohn Villalovos <john@sodarock.com>2022-10-18 13:59:18 -0700
commitdd04e8ef7eee2793fba38a1eec019b00b3bb616e (patch)
tree8a3f9ef64cac5ab4e47a66a98803adb41072c5ad /tests/functional
parentbcc1eb4571f76b3ca0954adb5525b26f05958e3f (diff)
downloadgitlab-dd04e8ef7eee2793fba38a1eec019b00b3bb616e.tar.gz
chore: revert compose upgrade
This reverts commit f825d70e25feae8cd9da84e768ec6075edbc2200.
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/fixtures/docker.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/functional/fixtures/docker.py b/tests/functional/fixtures/docker.py
index 1c72b50..c712487 100644
--- a/tests/functional/fixtures/docker.py
+++ b/tests/functional/fixtures/docker.py
@@ -6,11 +6,6 @@ import pytest
@pytest.fixture(scope="session")
-def docker_compose_command():
- return "docker compose"
-
-
-@pytest.fixture(scope="session")
def docker_compose_project_name():
"""Set a consistent project name to enable optional reuse of containers."""
return "pytest-python-gitlab"