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} %if %{with test}
%check %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 %endif
%if !%{with test}
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%if !%{with test}
%doc README.rst CHANGELOG.rst %doc README.rst CHANGELOG.rst
%{python_sitelib}/setuptools_scm* %{python_sitelib}/setuptools_scm*
%endif %endif