diff --git a/Makefile b/Makefile index 7dc0e7254f..2fe79291e4 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: