From d5ec17d11184402c97394bfd3d80b235ea053a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Tue, 12 Oct 2021 18:08:32 +0200 Subject: [PATCH] Fix coverage source Python 2 version of coverage actually ignores the *.py lines in coverage Python 3 version recognizes them as files and tries to import them. --- tox.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index a8463728..cd2729f9 100644 --- a/tox.ini +++ b/tox.ini @@ -13,12 +13,7 @@ testpaths = tests [coverage:run] -source = - jellyfin_kodi - context.py - context_play.py - default.py - service.py +source = . omit = tests/* build.py