From 8d07bfed94d99666c5476b9899baf102ca8f9751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz> Date: Tue, 21 Jun 2022 15:08:50 +0200 Subject: [PATCH] Feature: Remove test_suite and tests_require from setup. Executing the tests is handled by the Makefile. --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 1ab6b99..e13dfcc 100644 --- a/setup.py +++ b/setup.py @@ -55,9 +55,5 @@ setup( author_email = 'pavel.kacha@cesnet.cz', license = 'ISC', py_modules = ['typedcols'], - test_suite = 'nose.collector', - tests_require = [ - 'nose' - ], zip_safe = True ) -- GitLab