From 51a037daf2dca92e53d5991b5df850265c5a0784 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Sat, 6 Nov 2021 10:59:22 -0400 Subject: tests docs: fix jsonschema dependency - docs requires jsonschema which is only supported on python 3.7 or newer. This causes 'make test' to fail on Ubuntu 18.04 Type: fix Fixes: 9ad39c026 Change-Id: I0935c569ac102ea1dba6112f458e6ee10330e474 Signed-off-by: Dave Wallace --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/requirements.txt') diff --git a/test/requirements.txt b/test/requirements.txt index 661fca26c05..a9c93f45450 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -19,4 +19,4 @@ sphinx-rtd-theme # MIT noiseprotocol # MIT recommonmark # MIT pyyaml # MIT -jsonschema # MIT +jsonschema; python_version >= '3.7' # MIT -- cgit 1.2.3-korg