From ea5b6116bf10aa9c237a63529f2d7060b1afb9c0 Mon Sep 17 00:00:00 2001 From: Michal Petrucha Date: Tue, 2 Jan 2024 19:02:13 +0100 Subject: [PATCH] Replaced nose2 with pytest. --- setup.py | 2 +- tests.py => test_dovecot_userpassdb.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests.py => test_dovecot_userpassdb.py (100%) diff --git a/setup.py b/setup.py index 10b97f8..54de2f4 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ # for example: # $ pip install -e .[dev,test] extras_require={ - 'test': ['nose2'], + 'test': ['pytest'], }, entry_points={ diff --git a/tests.py b/test_dovecot_userpassdb.py similarity index 100% rename from tests.py rename to test_dovecot_userpassdb.py