Skip to content

Commit 20f1e47

Browse files
committed
fix make test
1 parent c14b23a commit 20f1e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ PACKAGES_ALLOW_PRERELEASES?=false
122122
# The command which gets executed. Defaults to the location the
123123
# :ref:`run-tests` template gets rendered to if configured.
124124
# Default: .mxmake/files/run-tests.sh
125-
TEST_COMMAND?=venv/bin/pytest -vvv src
125+
TEST_COMMAND?=pytest -vvv src
126126

127127
# Additional Python requirements for running tests to be
128128
# installed (via pip).

0 commit comments

Comments
 (0)