CI tests: Workaround old pip missing features in testing specs

This commit is contained in:
Miro Hrončok 2020-10-07 14:27:57 +02:00
parent 290941c5f3
commit 57e1b00844
2 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,10 @@ Summary: %{summary}
%build
%if 0%{?fedora} < 33 && 0%{?rhel} < 9
# the old pip version cannot handle backend-path properly, let's help it:
export PYTHONPATH=$PWD
%endif
%pyproject_wheel

View File

@ -32,6 +32,10 @@ Summary: %{summary}
%build
%if 0%{?fedora} < 33 && 0%{?rhel} < 9
# the old pip version cannot handle backend-path properly, let's help it:
export PYTHONPATH=$PWD
%endif
%pyproject_wheel