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