forked from pool/python-aspectlib
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user