From e8d79e92698c2d63fc3a9c776dfa07dd647ef15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 19 Apr 2022 12:12:06 +0200 Subject: [PATCH] Restrict jsonschema version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There's a new major version released on PyPI, and it doesn't seem to work with Pungi yet. Until code is updated to be compatible, let's ensure tox won't try to install it. Signed-off-by: Lubomír Sedlář --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee73d0c3..4eba1ca4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ dict.sorted dogpile.cache fedmsg funcsigs -jsonschema +jsonschema < 4.0.0 kobo koji lxml