From 100ca29e0284fc239fd23aae6c33be34477400ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?thorbjoernl=20=28Thorbj=C3=B8rn=29?= Date: Thu, 23 May 2024 12:57:23 +0000 Subject: [PATCH] ci: Fix tests --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1bc05fb..8175d71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,5 +49,5 @@ depends = [testenv] extras = test -commands = python3 -m unittest discover -s tests +commands = python3 -m pytest .