We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f791921 commit 40ee732Copy full SHA for 40ee732
docs/userguide/examples/django.rst
@@ -144,7 +144,6 @@ and `container <https://github.com/Jc2k/pytest-docker-tools?tab=readme-ov-file#c
144
},
145
wrapper_class=DjangoWorkerContainer,
146
timeout=defaults.DEFAULT_WORKER_CONTAINER_TIMEOUT,
147
- command=fxtr("default_worker_command"),
148
)
149
150
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
@@ -58,7 +58,6 @@ def worker_queue(cls) -> str:
58
59
60
61
62
63
64
0 commit comments