diff --git a/Makefile b/Makefile index 7dc0e7254..2fe79291e 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ coverage: --cov-report term-missing:skip-covered tests: + @make install_backend poetry run pytest tests -n auto format: