From 378b4cde8c23b3414f92522edb3e8d162b43a0dc Mon Sep 17 00:00:00 2001 From: sethg Date: Tue, 28 Oct 2025 16:20:50 +0100 Subject: [PATCH] Remove legacy Tests command --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 43b84266..dab770f0 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,6 @@ from pathlib import Path import re from setuptools import setup, find_packages -from setuptools.command.test import test as TestCommand def read(filename, encoding='utf-8'):