mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
a8dd070992
`pipes` module is deprecated as of Python 3.11.
https://docs.python.org/3/library/pipes.html#module-pipes:
> Deprecated since version 3.11, will be removed in version 3.13: The
pipes module is deprecated (see PEP 594 for details).
IPA code used only `quote` function from `pipes` that in turn is
the alias for `shlex.quote` since Python 3.3:
|
||
---|---|---|
.. | ||
integration | ||
__init__.py | ||
additional_config.py | ||
beakerlib.py | ||
declarative.py | ||
deprecated_frameworks.py | ||
nose_compat.py | ||
slicing.py |