Skip to content

Commit

Permalink
Merge pull request #949 from dandi/fix-compose
Browse files Browse the repository at this point in the history
Work around a bug in docker-compose
  • Loading branch information
yarikoptic authored Apr 6, 2022
2 parents ac18cad + d4954c8 commit f025bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandi/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def docker_compose_setup() -> Iterator[Dict[str, str]]:
"docker-compose",
"run",
"--rm",
"-T",
"django",
"./manage.py",
"drf_create_token",
Expand Down

0 comments on commit f025bd1

Please sign in to comment.