From 9dcf61b5df2afe626069509af755912b9cfb35e40fe94f397f661c9f016b56ce Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 18 Jan 2023 09:49:17 +0000 Subject: [PATCH] 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 --- python-resolvelib.changes | 1 + python-resolvelib.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/python-resolvelib.changes b/python-resolvelib.changes index 98cc3f9..21afe0a 100644 --- a/python-resolvelib.changes +++ b/python-resolvelib.changes @@ -2,6 +2,7 @@ Wed Jan 18 08:12:49 UTC 2023 - Torsten Gruner - ignore some faulty tests + Because of python-packaging version: gh#sarugaku/resolvelib#114 ------------------------------------------------------------------- Thu Dec 15 21:03:50 UTC 2022 - Dirk Müller diff --git a/python-resolvelib.spec b/python-resolvelib.spec index 07ad444..0b72e7c 100644 --- a/python-resolvelib.spec +++ b/python-resolvelib.spec @@ -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}