From 9691b126d5ccbf07f61a10b707ad2bdb9107aab5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Fri, 10 Jan 2025 14:26:27 +0100
Subject: [PATCH] FIX: remove tox from makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 95fc2bf6..1ba97ae3 100644
--- a/Makefile
+++ b/Makefile
@@ -44,5 +44,5 @@ lint:
 .PHONY: lint
 
 unittest:
-	tox -r
+	pytest
 .PHONY: unittest
-- 
GitLab