Skip to content

Commit 94ec361

Browse files
authored
Merge pull request #1421 from dandi/add-dandiapi-cachetable-in-tests
Add missing command to `dandi-archive` docker compose fixture
2 parents 23e702e + 8b76c82 commit 94ec361

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dandi/tests/fixtures.py

+13
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,19 @@ def docker_compose_setup() -> Iterator[dict[str, str]]:
402402
env=env,
403403
check=True,
404404
)
405+
run(
406+
[
407+
"docker-compose",
408+
"run",
409+
"--rm",
410+
"django",
411+
"./manage.py",
412+
"createcachetable",
413+
],
414+
cwd=str(LOCAL_DOCKER_DIR),
415+
env=env,
416+
check=True,
417+
)
405418
run(
406419
[
407420
"docker-compose",

0 commit comments

Comments
 (0)