Accepting request 939925 from home:bnavigator:python-rpm-macros
- Skip two failing tests in python310 gh#ionelmc/python-aspectlib#24 OBS-URL: https://build.opensuse.org/request/show/939925 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=10
This commit is contained in:
parent
9f35f8c0a7
commit
08825fb892
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 11 15:47:05 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Skip two failing tests in python310
|
||||||
|
gh#ionelmc/python-aspectlib#24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 10 03:32:06 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed Feb 10 03:32:06 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -63,11 +63,14 @@ rm tests/test_integrations_py3.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest --ignore=src
|
# gh#ionelmc/python-aspectlib#24
|
||||||
|
python310_extraargs=("-k" "not (test_story and play_proxy_class)")
|
||||||
|
%pytest --ignore=src "${$python_extraargs[@]}"
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS.rst CHANGELOG.rst README.rst
|
%doc AUTHORS.rst CHANGELOG.rst README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/aspectlib
|
||||||
|
%{python_sitelib}/aspectlib-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user