From ad329241c73c606eff22a339f8d1ae2a571b5295 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Mon, 4 Mar 2024 18:22:48 +0530 Subject: [PATCH] mgr/dashboard: debugging make check failure Signed-off-by: Nizamudeen A (cherry picked from commit 958c60d8a74e3c38abe043e7f2cfbe4224cfb411) --- src/pybind/mgr/dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index 8003d62a5523f..01f468afc53bc 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -7,7 +7,7 @@ requests Routes -e ../../../python-common prettytable -pytest +pytest==8.0.2 pyyaml natsort setuptools -- 2.39.5