From 0310eccb131eff98e5ebbacfadc553c0e9981d35 Mon Sep 17 00:00:00 2001 From: Kevin Xiaohua Cai Date: Wed, 24 Jul 2024 07:23:01 +0800 Subject: [PATCH] [Tool] add pynose-1.4.8 to replace nose * `nose` is too old to compatible with python3.10+ https://github.com/nose-devs/nose/issues/1122 * turn to pynose to fix the compatibility issue https://pypi.org/project/pynose/1.4.8/#description Signed-off-by: Kevin Xiaohua Cai --- test/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/requirements.txt b/test/requirements.txt index da76ef7c440a8..ca1b0c88e0aa0 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,6 +1,7 @@ setuptools<58.0.0 cup==3.2.31 nose~=1.3.7 +pynose==1.4.8 parameterized pymysql nose_xunitmp