CI tests: Workaround old pip missing features in testing specs
This commit is contained in:
parent
290941c5f3
commit
57e1b00844
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user