Skip to content

build: avoid usage of pipes library

Python's pipes library is deprecated and will be removed in Python version 3.13, so remove it's import and replace pipes.quote() with shlex.quote().

Merge request reports

Loading