Skip to content

PythonBundle should perform 1 single pip check instead of each python package repeating it #3418

@Micket

Description

@Micket

Currently a bundle build has repeated

  >> running shell command:
        /apps/Test2/software/Python/3.12.3-GCCcore-13.3.0/bin/python -m pip check
        [started at: 2024-08-22 16:50:45]
        [working dir: /apps/Test2/software/Python-bundle-PyPI/2024.06-GCCcore-13.3.0]
        [output and state saved to /dev/shm/eb-ht0fx9fv/run-shell-cmd-output/python-ytqm4_tu]

due to each and every extension in the bundle doing this. But as far as i understand, this is checking the same thing every time. The bundle should do this instead, and only once (at the start)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions