From ca07546f0b87e03ea71740e21d3996f6d85911e9 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 4ce10bf..3fb39cf 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,6 @@ def read(*rnames): 'zope.interface', 'zope.location', ], - tests_require=TESTS_REQUIRE, extras_require={ 'test': TESTS_REQUIRE, },