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 8d8d171 commit 5e863abCopy full SHA for 5e863ab
src/pytest_celery/vendors/worker/defaults.py
@@ -13,6 +13,7 @@
13
"CELERY_RESULT_BACKEND": "cache+memory://",
14
"PYTHONUNBUFFERED": "1",
15
"PYTHONDONTWRITEBYTECODE": "1",
16
+ "PYTHONPATH": "/app",
17
}
18
WORKER_VOLUME = {
19
"bind": "/app",
0 commit comments