launchableinc / cli

Launchable CLI
https://pypi.org/project/launchable/
Apache License 2.0
24 stars 13 forks source link

Update Dockerfile #898

Closed ono-max closed 4 months ago

ono-max commented 4 months ago
> [3/4] RUN pip3 install --no-cache-dir wheel:
0.250 error: externally-managed-environment
0.250 
0.250 × This environment is externally managed
0.250 ╰─> To install Python packages system-wide, try apt install
0.250     python3-xyz, where xyz is the package you are trying to
0.250     install.
0.250     
0.250     If you wish to install a non-Debian-packaged Python package,
0.250     create a virtual environment using python3 -m venv path/to/venv.
0.250     Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
0.250     sure you have python3-full installed.
0.250     
0.250     If you wish to install a non-Debian packaged Python application,
0.250     it may be easiest to use pipx install xyz, which will manage a
0.250     virtual environment for you. Make sure you have pipx installed.
0.250     
0.250     See /usr/share/doc/python3.12/README.venv for more information.
0.250 
0.250 note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
0.250 hint: See PEP 668 for the detailed specification.
launchable-app[bot] commented 4 months ago

:white_check_mark: All Tests passed!

:heavy_multiplication_x:no tests failed :heavy_check_mark:168 tests passed

launchable-app[bot] commented 4 months ago

:x: Tests Failed

:heavy_multiplication_x:1 test failed :heavy_check_mark:167 tests passed

2/6 test sessions failed **:x: Test session [#3119919](https://app.launchableinc.com/organizations/launchableinc/workspaces/cli/data/test-sessions/3119919) failed** [![os:ubuntu-20.04](https://img.shields.io/badge/os-ubuntu--20.04-blue.svg)](https://app.launchableinc.com/organizations/launchableinc/workspaces/cli/data/test-sessions/3119919) [![python:3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://app.launchableinc.com/organizations/launchableinc/workspaces/cli/data/test-sessions/3119919) [details on CI](https://github.com/launchableinc/cli/actions/runs/10137304097) :bell: no issues :heavy_multiplication_x:1 test failed :heavy_check_mark:160 tests passed **:x: Test session [#3119916](https://app.launchableinc.com/organizations/launchableinc/workspaces/cli/data/test-sessions/3119916) failed** [![os:ubuntu-20.04](https://img.shields.io/badge/os-ubuntu--20.04-blue.svg)](https://app.launchableinc.com/organizations/launchableinc/workspaces/cli/data/test-sessions/3119916) [![python:3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://app.launchableinc.com/organizations/launchableinc/workspaces/cli/data/test-sessions/3119916) [details on CI](https://github.com/launchableinc/cli/actions/runs/10137304097) :bell: no issues :heavy_multiplication_x:1 test failed :heavy_check_mark:160 tests passed
ono-max commented 4 months ago

@Konboi

Can you please check https://app.launchableinc.com/organizations/launchableinc/workspaces/cli/data/test-sessions/3119919 when having time? The same thing happened in https://github.com/launchableinc/cli/pull/897, so the test failure is not related to the change.

I think you changed this test in https://github.com/launchableinc/cli/commit/45d107dcb56c0ccde015fb91a12c5117994d3ce6, so maybe it's better that you take a look at it.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud