From 312ed9bc72046a887bcaf17dd17c97bffa403780bcc9e5b1f447c95561c440f1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 25 May 2022 07:52:01 +0000 Subject: [PATCH] - Skipped test_recursive_models because the package is incompatible with jsonschema < 4 (gh#bcwaldon/warlock#64). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-warlock?expand=0&rev=33 --- python-warlock.changes | 6 ++++++ python-warlock.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-warlock.changes b/python-warlock.changes index 9a38b9a..bc281e6 100644 --- a/python-warlock.changes +++ b/python-warlock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 25 07:51:12 UTC 2022 - Matej Cepl + +- Skipped test_recursive_models because the package is + incompatible with jsonschema < 4 (gh#bcwaldon/warlock#64). + ------------------------------------------------------------------- Tue Sep 17 04:46:39 UTC 2019 - John Vandenberg diff --git a/python-warlock.spec b/python-warlock.spec index 516654b..595488e 100644 --- a/python-warlock.spec +++ b/python-warlock.spec @@ -1,7 +1,7 @@ # # spec file for package python-warlock # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,7 +53,8 @@ rm pytest.ini %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# Skipped because of gh#bcwaldon/warlock#64 (the package is incompatible with jsonschema < 4) +%pytest -k 'not test_recursive_models' %files %{python_files} %doc README.md