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:
Dirk Mueller 2021-12-11 23:52:32 +00:00 committed by Git OBS Bridge
parent 9f35f8c0a7
commit 08825fb892
2 changed files with 11 additions and 2 deletions

View File

@ -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>

View File

@ -63,11 +63,14 @@ rm tests/test_integrations_py3.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%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}
%license LICENSE
%doc AUTHORS.rst CHANGELOG.rst README.rst
%{python_sitelib}/*
%{python_sitelib}/aspectlib
%{python_sitelib}/aspectlib-%{version}*-info
%changelog