clan-cli: also add dev dependencies to PYTHONPATH #44

Merged
clan-bot merged 1 commits from cli-prep into main 2023-07-28 11:04:30 +00:00
Owner
No description provided.
clan-bot was assigned by Mic92 2023-07-28 11:04:22 +00:00
Mic92 added 1 commit 2023-07-28 11:04:22 +00:00
clan-cli: also add dev dependencies to PYTHONPATH
All checks were successful
build / test (push) Successful in 12s
81615939ea
clan-bot merged commit 75b29d5745 into main 2023-07-28 11:04:30 +00:00
DavHau reviewed 2023-07-31 16:46:40 +00:00
@ -35,3 +35,3 @@
export PATH="$tmp_path/bin:${checkScript}/bin:$PATH"
export PYTHONPATH="$repo_root:$tmp_path/${pythonWithDeps.sitePackages}"
export PYTHONPATH="$repo_root:$tmp_path/${pythonWithDeps.sitePackages}:${pythonWithDeps}/${pythonWithDeps.sitePackages}"
Owner

It would be nice to always backport these changes to the python template under /templates

It would be nice to always backport these changes to the python template under /templates
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: clan/clan-core#44
No description provided.