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