- 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
This commit is contained in:
2022-05-25 07:52:01 +00:00
committed by Git OBS Bridge
parent 64269731b7
commit 3f10906680
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 25 07:51:12 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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 <jayvdb@gmail.com>

View File

@@ -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