Commit 3970537
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()`.
PR-URL: #47271
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Debadree Chatterjee <[email protected]>1 parent e29a146 commit 3970537
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
2074 | 2073 | | |
2075 | 2074 | | |
2076 | 2075 | | |
2077 | | - | |
| 2076 | + | |
2078 | 2077 | | |
2079 | 2078 | | |
2080 | 2079 | | |
| |||
0 commit comments