File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed
tests/functional/fixtures Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,8 @@ Running integration tests
7878-------------------------
7979
8080Integration tests run against a running gitlab instance, using a docker
81- container. You need to have docker and `docker compose
82- <https://docs.docker.com/compose/install/> `_
83- installed on the test machine, and your user must have the correct permissions
84- to talk to the docker daemon.
81+ container. You need to have docker installed on the test machine, and your user
82+ must have the correct permissions to talk to the docker daemon.
8583
8684To run these tests:
8785
@@ -106,7 +104,7 @@ up of the containers by running:
106104
107105.. code-block :: bash
108106
109- docker compose -f tests/functional/fixtures/docker-compose.yml -p pytest-python-gitlab down -v
107+ docker- compose -f tests/functional/fixtures/docker-compose.yml -p pytest-python-gitlab down -v
110108
111109 By default, the tests run against the latest version of the ``gitlab/gitlab-ce ``
112110image. You can override both the image and tag by providing either the
Original file line number Diff line number Diff line change 11-r requirements.txt
22-r requirements-test.txt
3+ docker-compose==1.29.2
34pytest-docker==1.0.1
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ pytest==7.1.3
33pytest-console-scripts==1.3.1
44pytest-cov==4.0.0
55pytest-github-actions-annotate-failures==0.1.7
6- PyYaml==6.0
6+ PyYaml==5.4.1
77responses==0.21.0
Original file line number Diff line number Diff line change 55import pytest
66
77
8- @pytest .fixture (scope = "session" )
9- def docker_compose_command ():
10- return "docker compose"
11-
12-
138@pytest .fixture (scope = "session" )
149def docker_compose_project_name ():
1510 """Set a consistent project name to enable optional reuse of containers."""
You can’t perform that action at this time.
0 commit comments