diff --git a/Makefile b/Makefile index 54b9ba8..b98be65 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ lint: black . test: - pytest tests -m "not network" -x + python -m pytest tests -m "not network" -x test-network: pytest tests \ No newline at end of file