15
0

- 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 3ffba83de9
commit 312ed9bc72
2 changed files with 9 additions and 2 deletions

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