Majic Projects
Majic Ansible Roles
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Majic Ansible Roles / Closed Feature request MAR-182 Configurable input for virtual environment used for checking pip requirements updates
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Feature request
  • Category
    General
  • Targetted for
    7.0.0
  • Status
    Closed
  • Progress
  • Priority
    Must fix before next release
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    4 hours
  • Time spent
    2 hours
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

The script used for testing if there are Python package updates available has its own Python virtual environment. The requirements file used for this virtual environment is also checked by the script to detected available package updates.

Unfortunately, the input list of packages for this is currently fully static, which has caused some issues since existing supported platform (Debian 10 Buster) currently ships with Python 3.7, which is no longer supported either by Python developers, nor by developers of pip-tools (which is used by the update checks mechanism). Because of this, it is not possible to upgrade pip past the version 23.1.2, nor pip-tools past the version 6.14.0. This in turn generates a lot of warnings about available package updates, in spite of not being to apply them currently.

The following should be done:

  • Update the common role.
    • Add parameters pip_check_requirements_in and pip_check_requirements_py3_in.
    • Parameters should be list of input requirements for the pip_check_requirements virtual environments.
    • Default values should not be introducing specific version pins (as currently is the case).
  • Update role reference documentation.
  • Update release notes.
Todos (0 / 0)
There are no comments