1
0
Matej Cepl 2021-03-11 23:24:21 +00:00 committed by Git OBS Bridge
parent 137b5ed8a9
commit 2bfa85c7d9

View File

@ -105,12 +105,7 @@ rm -r tests/unit/activation
export LANG="en_US.UTF8"
skiptests="test_seed_link_via_app_data"
# test_seed_link_via_app_data - online tests downloads from pypi
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} PYTHONDONTWRITEBYTECODE=1
%if "%{$python_bin_suffix}" != "3.8"
skiptests+=' or test_xonsh'
%endif
pytest-%{$python_bin_suffix} -v -k "not ($skiptests)"
}
%pytest -k "not ($skiptests)"
%endif
%if !%{with test}