ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Python CI failing on pipenv keep-outdated flag #891

Open jw3 opened 1 year ago

jw3 commented 1 year ago
pipenv.patched.pip._vendor.packaging.requirements.InvalidRequirement: Parse error at "'--keep-o'": Expected W:(0-9A-Za-z)

...

pipenv.vendor.requirementslib.exceptions.RequirementError: Failed parsing requirement from '--keep-outdated'

Successfully installed ... pipenv-2023.7.11

https://pipenv.pypa.io/en/stable/changelog/#pipenv-2023-7-9-2023-07-09

The upgrade command is the replacement. Initial fix is going to be pinning to the previous version. Need to understand implications of changing to upgrade, switch and unpin.