Commit 5693d82
authored
SG-41399 - Make sure package installed with custom python are isolated (#1019)
### Make sure package installed with custom python are isolated
### Linked issues
n/a
### Summarize your change.
1) Removed `dohq-artifactory` (not used)
2) Added pip options (same options used in make_python.py):
1) -s : Don't add user site-packages to sys.path
2) -E : Ignore all PYTHON* environment variables
3) -I : Isolated mode
### Describe the reason for the change.
Some issue where the custom python was seeing the site-packages from the
system python
### Describe what you have tested and on which operating system.
CI
### Add a list of changes, and note any that might need special
attention during the review.
### If possible, provide screenshots.
---------
Signed-off-by: Cédrik Fuoco <[email protected]>1 parent 61c5c76 commit 5693d82
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
0 commit comments