ARM-software / devlib

Library for interaction with and instrumentation of remote devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeprecationWarning on the pipes module

douglas-raillard-arm opened this issue · comments

Devlib uses from pipes import quote in a number of places. Python 3.11 deprecated the pipes modules, and the quote() function can be imported from shlex module since Python 3.3 (it was probably imported from pipes to be compatible with Python 2)

Thanks for raising this, we have merged #610 to address the issue.