.PHONY: test
test:
	pytest -n auto -vv --reruns 3
