From 86137a2552a8cbc69e801ef44a389ef00df0750e Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 29 Jul 2024 13:02:58 -0400 Subject: [PATCH] chore: remove 'setup.py test' fossils See: https://github.com/zopefoundation/meta/issues/260 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a813260..b9ef7ee 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,6 @@ def read(*rnames): 'zope.configuration', 'zope.interface', ], - tests_require=TESTS_REQUIRE, include_package_data=True, zip_safe=False, entry_points="""