From 6a869e7d24951b7ecfd4c2ce21ece92e8cb33131 Mon Sep 17 00:00:00 2001 From: Paul Robinson <5199899+pacrob@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:44:13 -0600 Subject: [PATCH] Update Makefile add `python -m` to the Makefile `test` command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fdbe5cb5..b4ec6503 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ lint: ) test: - pytest tests + python -m pytest tests autobuild-docs: sphinx-autobuild --open-browser docs docs/_build/html