From cc3c87cade75d576f4056eda35ecc66b66e12f9d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 25 Sep 2024 14:18:32 -0700 Subject: python3-ujson: Add python misc modules to ptest rdeps Its needed for ModuleNotFoundError: No module named 'tracemalloc' Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-ujson/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-ujson') diff --git a/meta-python/recipes-devtools/python/python3-ujson/run-ptest b/meta-python/recipes-devtools/python/python3-ujson/run-ptest index 8d2017d39c..4863c5e5a3 100644 --- a/meta-python/recipes-devtools/python/python3-ujson/run-ptest +++ b/meta-python/recipes-devtools/python/python3-ujson/run-ptest @@ -1,3 +1,3 @@ #!/bin/sh -pytest --automake +FORCE_COLOR=1 pytest --automake --capture=no -- cgit v1.2.3-54-g00ecf