]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commitdiff
setup.py: drop the test_suite entry (you should just run it manually)
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 18 Sep 2024 00:21:24 +0000 (20:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 18 Sep 2024 00:21:24 +0000 (20:21 -0400)
setup.py

index f1db3c12c9a527a9144896867142ded8697d15f3..3c91b813125f875181531fc279436e69eec1549e 100644 (file)
--- 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+'
 )