From: Jelle Zijlstra Date: Sat, 29 Jan 2022 16:00:59 +0000 (-0800) Subject: Remove test suite from setup.py (#2824) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/0d768e58f42d9aec20637d21ad261f7f9eaacae8 Remove test suite from setup.py (#2824) We no longer use it --- diff --git a/setup.py b/setup.py index 8f904d2..466f1a9 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,6 @@ setup( "uvloop": ["uvloop>=0.15.2"], "jupyter": ["ipython>=7.8.0", "tokenize-rt>=3.2.0"], }, - test_suite="tests.test_black", classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console",