Skip to content

Commit

Permalink
Added PYTHONPATH=/app to default worker env vars (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus authored Jan 8, 2024
1 parent 8d8d171 commit 5e863ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pytest_celery/vendors/worker/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"CELERY_RESULT_BACKEND": "cache+memory://",
"PYTHONUNBUFFERED": "1",
"PYTHONDONTWRITEBYTECODE": "1",
"PYTHONPATH": "/app",
}
WORKER_VOLUME = {
"bind": "/app",
Expand Down

0 comments on commit 5e863ab

Please sign in to comment.