Skip to content

Commit 40ee732

Browse files
authored
Hotfix: Fixed django example (#204)
1 parent f791921 commit 40ee732

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/userguide/examples/django.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ and `container <https://github.com/Jc2k/pytest-docker-tools?tab=readme-ov-file#c
144144
},
145145
wrapper_class=DjangoWorkerContainer,
146146
timeout=defaults.DEFAULT_WORKER_CONTAINER_TIMEOUT,
147-
command=fxtr("default_worker_command"),
148147
)
149148
150149
In this case, we also mount the project directory to ``/src`` in the container, so that we can install the project

examples/django/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def worker_queue(cls) -> str:
5858
},
5959
wrapper_class=DjangoWorkerContainer,
6060
timeout=defaults.DEFAULT_WORKER_CONTAINER_TIMEOUT,
61-
command=fxtr("default_worker_command"),
6261
)
6362

6463

0 commit comments

Comments
 (0)