14
0
Tomáš Chvátal
2019-04-03 08:02:15 +00:00
committed by Git OBS Bridge
parent 0ebc7619d7
commit 1a37164b3b

View File

@@ -74,12 +74,12 @@ rm tox.ini
%if %{with test}
%check
%python_expand PYTHONPATH=%{$python_sitelib} py.test-%{$python_bin_suffix} -v -k 'not rpmfail_github_connect'
%python_expand PYTHONPATH=%{$python_sitelib} py.test-%{$python_bin_suffix} -v -k 'not (rpmfail_github_connect or test_mercurial or hg)'
%endif
%if !%{with test}
%files %{python_files}
%license LICENSE
%if !%{with test}
%doc README.rst CHANGELOG.rst
%{python_sitelib}/setuptools_scm*
%endif