From bcee056ce73f663564a8b0481e4c03b496515335 Mon Sep 17 00:00:00 2001 From: "Vikrant Balyan (vvb)" Date: Thu, 28 Nov 2024 10:47:08 +0530 Subject: [PATCH] move unit tests from nose tests to pytest --- requirements_dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6054b14..c966d48 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,3 +3,4 @@ wheel==0.38.1 nose==1.3.7 mock==2.0.0 flake8 +pytest