Open jelly opened 1 month ago
The comment above is a phising attempt, don't click it.
@jelly OOC, what is the reason for not using the python3-pcp package?
We do use the python3-pcp package for our integration tests and unit-tests, we also have a tox venv setup for testing older Python's for example 3.6 which is not in our integration tests.
https://github.com/cockpit-project/cockpit/actions/runs/10941046621/job/30374800947?pr=19401
The current PyPi package is on version 5.0 (versus the current 6.x release) and can't be used by our Cockpit CI as we would have to have a
gcc
etc. installed to compile the Python PCP bindings.It would be beneficial for us if the PCP PyPi package provided a compiled wheel if possible.