commit:     e94749b58e4243a6a66e58a3018d41cf939567c6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 10:52:34 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 10:56:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94749b5

dev-python/warlock: Unblock jsonschema-4

Closes: https://bugs.gentoo.org/722514
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{warlock-1.3.3.ebuild => warlock-1.3.3-r1.ebuild}        | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/warlock/warlock-1.3.3.ebuild 
b/dev-python/warlock/warlock-1.3.3-r1.ebuild
similarity index 66%
rename from dev-python/warlock/warlock-1.3.3.ebuild
rename to dev-python/warlock/warlock-1.3.3-r1.ebuild
index c49438cbee87..0086c8697dbe 100644
--- a/dev-python/warlock/warlock-1.3.3.ebuild
+++ b/dev-python/warlock/warlock-1.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,6 +19,12 @@ RDEPEND="
        >=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
        <dev-python/jsonpatch-2[${PYTHON_USEDEP}]
        >=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
-       <dev-python/jsonschema-4[${PYTHON_USEDEP}]"
+       <dev-python/jsonschema-5[${PYTHON_USEDEP}]"
 
-distutils_enable_tests unittest
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+       # broken by jsonschema-4 but this package is dead and glanceclient
+       # (its only dep) does not seem to be affected
+       tests/test_core.py::TestCore::test_recursive_models
+)

Reply via email to