Skip to content

Commit

Permalink
chore(actions): removes unused setup.py param 'test_suite'
Browse files Browse the repository at this point in the history
  • Loading branch information
doublethefish committed Nov 28, 2024
1 parent 4fd7b9a commit 8d8b21f
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 @@ -111,6 +111,5 @@ def build_extension(self, ext):
package_dir={"": "src"},
ext_modules=[CMakeExtension("_tmap")],
cmdclass=dict(build_ext=CMakeBuild),
test_suite="tests",
zip_safe=False,
)

0 comments on commit 8d8b21f

Please sign in to comment.