@@ -0,0 +1,9 @@
PYTEST_ARGS := -W ignore::DeprecationWarning --capture=no -vv
test:
pytest $(PYTEST_ARGS)
test-watch:
pytest-watch -- $(PYTEST_ARGS)
.PHONY: test test-watch
The note is not visible to the blocked user.