From 4aa48cceadf0ef4b1e1f896e078c97c69fad8723 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 17 Sep 2024 20:21:24 -0400 Subject: [PATCH] setup.py: drop the test_suite entry (you should just run it manually) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index f1db3c1..3c91b81 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,5 @@ setup( packages = ['djbdns'], package_dir = {'djbdns': 'djbdns'}, description = 'Make tinydns and dnscache logs human-readable', - test_suite = 'test.build_suite', license = 'AGPLv3+' ) -- 2.44.2