Commit 66abbca
authored
Fix tests in libs/python/pythontest not to install seed packages (#4828)
With PyPI blocked it was failing with:
```
× Failed to install seed packages
├─▶ No solution found when resolving: `pip`, `setuptools`, `wheel`
├─▶ Failed to fetch: `https://pypi.org/simple/wheel/`
├─▶ Request failed after 3 retries
├─▶ error sending request for url (https://pypi.org/simple/wheel/)
├─▶ client error (Connect)
╰─▶ invalid peer certificate: UnknownIssuer
```
## Tests
```
% go test ./libs/python/... -count=1
ok github.com/databricks/cli/libs/python 0.455s
ok github.com/databricks/cli/libs/python/pythontest 0.718s
```1 parent 1572b1a commit 66abbca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments