From 1a37164b3bc12a6d6366c1f989b6732540e5efdb60c4e2205ea71b53931336ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 3 Apr 2019 08:02:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=46 --- python-setuptools_scm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index df489b0..cee2749 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -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