From 97d861f17fb8d5f0d47462a072437c366eca1cae Mon Sep 17 00:00:00 2001 From: Kevin Cai Date: Tue, 23 Jul 2024 17:41:32 -0700 Subject: [PATCH] [Tool] add pynose-1.4.8 to replace nose (#48812) * `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