15
0
forked from pool/python-param

Accepting request 867617 from devel:languages:python

- Remove %ifpython3 guard for the %check section.

OBS-URL: https://build.opensuse.org/request/show/867617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-param?expand=0&rev=17
This commit is contained in:
2021-01-29 13:57:17 +00:00
committed by Git OBS Bridge
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 29 04:27:47 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Remove %ifpython3 guard for the %check section.
-------------------------------------------------------------------
Sun Jan 10 23:03:56 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -64,7 +64,6 @@ echo '{"git_describe": "v%{version}", "version_string": "%{version}"}' > param/.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%ifpython3
%check
# Exclusion documented in gh#holoviz/param#423
%pytest -k 'not test_abstract_class' tests/*/*.py
@@ -76,7 +75,6 @@ v = param.__version__
assert v == "%{version}", "wrong version reported: {}".format(v)
'
}
%endif
%files %{python_files}
%license LICENSE.txt