From 4bbbca9978f9ec4f309b288d7593fd97646d2214 Mon Sep 17 00:00:00 2001 From: Andreas Eknes Lie Date: Mon, 24 Jun 2024 09:32:19 +0200 Subject: [PATCH] Remove use of commands.test attribute --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index f3824455f..f973d9abc 100644 --- a/setup.py +++ b/setup.py @@ -90,9 +90,6 @@ def utility_wrappers(): # supported OS X release 10.9 "-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9", ], - # skbuild's test imples develop, which is pretty obnoxious instead, use a - # manually integrated pytest. - cmdclass={"test": setuptools.command.test.test}, classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Other Environment",