14
0

Add link to upstream issue in changelog about the reason to ignore some tests.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=19
This commit is contained in:
2023-01-18 09:49:17 +00:00
committed by Git OBS Bridge
parent 557e87afda
commit 9dcf61b5df
2 changed files with 3 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ A Python module to resolve abstract dependencies into concrete ones.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# Ignoring some faulty tests because of python-packaging version:
# gh#sarugaku/resolvelib#114
%pytest --ignore tests/functional/cocoapods/test_resolvers_cocoapods.py --ignore tests/functional/python/test_resolvers_python.py
%files %{python_files}