From 7646b9d6188143ac502a2a3d792bc2d90c38c040 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Mon, 7 Nov 2022 20:58:14 +0100 Subject: Replace nose with pytest --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index ca58340..a8e7a71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ reportlab -nose +pytest pycodestyle -- cgit