aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-11-06 10:59:22 -0400
committerDave Wallace <dwallacelf@gmail.com>2021-11-06 17:33:14 +0000
commit51a037daf2dca92e53d5991b5df850265c5a0784 (patch)
treef92d878712897d3ac8c88fefa4a75488ad0b5f24 /Makefile
parent4c276f073f0205f67352b5198d412b541a077c5e (diff)
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 <dwallacelf@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3d44df1ecda..84ae60cb075 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 2016 Cisco and/or its affiliates.
+# Copyright (c) 2021 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -452,7 +452,7 @@ test-dep:
.PHONY: test-doc
test-doc:
- @echo "make test-doc is DEPRECATED: use 'make doc'"
+ @echo "make test-doc is DEPRECATED: use 'make docs'"
sleep 300
.PHONY: test-wipe-doc