From 29f4a85202182d462fc91212edc51cc75c6d4c53 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 29 Jul 2024 13:02:54 -0400 Subject: [PATCH] chore: remove 'setup.py test' fossils See: https://github.com/zopefoundation/meta/issues/260 --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 61d3b67..a9d959c 100644 --- a/setup.py +++ b/setup.py @@ -61,13 +61,11 @@ def read(*rnames): ], packages=find_packages('src'), package_dir={'': 'src'}, - test_suite='zope.datetime', namespace_packages=['zope', ], install_requires=[ 'setuptools', ], python_requires='>=3.7', - tests_require=TESTS_REQUIRE, extras_require={ 'test': TESTS_REQUIRE, 'docs': [