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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user