Skip to content

Commit

Permalink
Remove deprecated test_suite kwarg from setuptools.setup() (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans authored Aug 5, 2024
1 parent 0959f90 commit 5305fa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"',
Expand Down

0 comments on commit 5305fa8

Please sign in to comment.