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"',