14
0
forked from pool/python-isort
2025-07-10 13:26:30 +00:00
committed by Git OBS Bridge
parent ba3f16291b
commit bd09d90119

View File

@@ -137,7 +137,7 @@ donttest+=" or test_black_pyi_file"
ORIGPATH=$PATH
%{python_expand # install isort and required example projects into custom root
mkdir isort-test-%{$python_bin_suffix}
export PATH="$(pwd)/isort-test-%{$python_bin_suffix}%{_prefix}/bin:$ORIGPATH"
export PATH="$(pwd)/isort-test-%{$python_bin_suffix}/usr/bin:$ORIGPATH"
export PYTHONPATH="$(pwd)/isort-test-%{$python_bin_suffix}%{$python_sitelib}"
export PYTHONDONTWRITEBYTECODE=1