Skip to content

Commit ba2aedf

Browse files
Secretionstodofixthis
authored andcommitted
Update src/pytest_docker_compose/__init__.py
Co-authored-by: Phoenix <[email protected]>
1 parent 26c7e95 commit ba2aedf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pytest_docker_compose/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ def docker_project(self, request):
126126
project_dir = '.'
127127

128128
# py35 needs strings for os.path functions
129+
# Must be a list; will get accessed multiple times.
130+
# https://github.com/pytest-docker-compose/pytest-docker-compose/pull/72
129131
compose_files = [str(p) for p in compose_files]
130132

131133
project = project_from_options(

0 commit comments

Comments
 (0)