Skip to content

install should not do full lock resolution, as that is the purpose of pipenv lock #1112

install should not do full lock resolution, as that is the purpose of pipenv lock

install should not do full lock resolution, as that is the purpose of pipenv lock #1112

Triggered via pull request October 22, 2024 01:00
@matteiusmatteius
synchronize #6276
issue-6267
Status Failure
Total duration 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (PLW0603): tests/integration/conftest.py#L80
tests/integration/conftest.py:80:12: PLW0603 Using the global statement to update `HAS_WARNED_GITHUB` is discouraged
Ruff (E501): tests/integration/test_import_requirements.py#L85
tests/integration/test_import_requirements.py:85:138: E501 Line too long (140 > 137)
Ruff (E741): tests/integration/test_pipenv.py#L61
tests/integration/test_pipenv.py:61:47: E741 Ambiguous variable name: `l`
Ruff (E741): tests/integration/test_requirements.py#L70
tests/integration/test_requirements.py:70:9: E741 Ambiguous variable name: `l`
Ruff (E741): tests/integration/test_requirements.py#L105
tests/integration/test_requirements.py:105:9: E741 Ambiguous variable name: `l`
Ruff (B015): tests/unit/test_funktools.py#L12
tests/unit/test_funktools.py:12:5: B015 Pointless comparison at end of function scope. Did you mean to return the expression result?
Ruff (F811): tests/unit/test_utils.py#L154
tests/unit/test_utils.py:154:5: F811 Redefinition of unused `test_convert_deps_to_pip_one_way` from line 149
Ruff (E501): tests/unit/test_utils.py#L268
tests/unit/test_utils.py:268:138: E501 Line too long (174 > 137)
ruff
Process completed with exit code 1.