From 20f1e4725b9caa981163b9432802ad7c4621d96f Mon Sep 17 00:00:00 2001 From: Philipp Auersperg-Castell Date: Thu, 11 Apr 2024 15:43:05 +0200 Subject: [PATCH] fix make test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af82b2c..9e40f18 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ PACKAGES_ALLOW_PRERELEASES?=false # The command which gets executed. Defaults to the location the # :ref:`run-tests` template gets rendered to if configured. # Default: .mxmake/files/run-tests.sh -TEST_COMMAND?=venv/bin/pytest -vvv src +TEST_COMMAND?=pytest -vvv src # Additional Python requirements for running tests to be # installed (via pip).