From 1af5836e5c1b727794916e2007aa96d757d0da80 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sat, 19 Dec 2020 21:05:17 +0000 Subject: Remove old test runner --- setup.cfg | 3 +++ tests/__init__.py | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index c0735fc..980dea7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,6 +40,9 @@ console_scripts = pydora = pydora.player:main pydora-configure = pydora.configure:main +[tox:tox] +# tox 3.19 just totally fails without this + [testenv:format] deps = black diff --git a/tests/__init__.py b/tests/__init__.py index 80793cf..e69de29 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,6 +0,0 @@ -import os -from unittest import TestLoader - - -def discover_suite(): - return TestLoader().discover(os.path.dirname(__file__)) -- cgit v1.2.3