Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4089fbe636 |
1 changed files with 4 additions and 0 deletions
|
|
@ -121,8 +121,12 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" PYTHONDONTWRITEBYTECODE=1 MPLBACKEN
|
|||
pytest-3 --doctest-modules --pyargs cartopy
|
||||
%else
|
||||
PYTHONPATH="%{buildroot}%{python3_sitearch}" PYTHONDONTWRITEBYTECODE=1 MPLBACKEND=Agg \
|
||||
%ifarch s390x
|
||||
pytest-3 --doctest-modules --pyargs cartopy -m "not network" || :
|
||||
%else
|
||||
pytest-3 --doctest-modules --pyargs cartopy -m "not network"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%files -n python-%{srcname}-common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue