Remove no longer needed RIGHT-TO-LEFT OVERRIDE stripping
See https://github.com/pypa/pip/pull/12517 [skip changelog]
This commit is contained in:
parent
d4edbde902
commit
274df105b5
1 changed files with 0 additions and 4 deletions
|
|
@ -211,10 +211,6 @@ ln -s %{python_wheel_dir} tests/data/common_wheels
|
|||
rm -v src/pip/_vendor/distlib/*.exe
|
||||
sed -i '/\.exe/d' pyproject.toml
|
||||
|
||||
# Remove RIGHT-TO-LEFT OVERRIDE from AUTHORS.txt
|
||||
# https://github.com/pypa/pip/pull/12046
|
||||
%{python3} -c 'from pathlib import Path; p = Path("AUTHORS.txt"); p.write_text("".join(c for c in p.read_text() if c != "\u202e"))'
|
||||
|
||||
# Remove unused test requirements
|
||||
sed -Ei '/(pytest-(cov|xdist|rerunfailures)|proxy\.py)/d' tests/requirements.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue