You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces uses of deprecated library pipes with shlex (#7017)
The `pipes` standard library was deprecated in python 3.11 and removed
in python 3.13. (See https://docs.python.org/3/library/pipes.html)
This replacement enables running CI with python 3.13 (unless I find more
blockers later).
The affected files are only for testing or diagnosing, not part of the
actual TB package.
0 commit comments