From 6cf318323df43fdff2b46fc2e086f0887e622a8d Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 13 Nov 2023 21:03:21 +0100 Subject: [PATCH] replace nose by pytest in requrements.txt --- doc/source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/requirements.txt b/doc/source/requirements.txt index 5ae1e857..ab1cfca7 100644 --- a/doc/source/requirements.txt +++ b/doc/source/requirements.txt @@ -7,4 +7,4 @@ paramz cython mock sympy -nose \ No newline at end of file +pytest \ No newline at end of file