From 5305fa8d3b3039e85ab5f488eb40557087602474 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Mon, 5 Aug 2024 09:35:07 -0700 Subject: [PATCH] Remove deprecated `test_suite` kwarg from `setuptools.setup()` (#515) See https://github.com/pypa/setuptools/issues/4519 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 2790c622..6a65ad40 100644 --- a/setup.py +++ b/setup.py @@ -343,7 +343,6 @@ def finalize_options(self): include_dirs=INCLUDE_DIRS), ], cmdclass={'build_ext': build_ext}, - test_suite='tests.suite', python_requires=">=3.8", install_requires=[ 'certifi>=2021.5.30; platform_system == "Windows"',