diff --git a/Makefile b/Makefile index 603216b63..efadf4c92 100644 --- a/Makefile +++ b/Makefile @@ -42,11 +42,7 @@ lint-apply: lint-black-apply lint-isort-apply ## apply all the linter's suggesti .PHONY: test test: - # Make each GUI test run as a separate process, to avoid segfaults due to - # shared state. - # See more in https://github.com/freedomofpress/dangerzone/issues/493 - pytest --co -q tests/gui | grep -v ' collected' | xargs -n 1 pytest -v - pytest -v --cov --ignore dev_scripts --ignore tests/gui --ignore tests/test_large_set.py + pytest -v --cov --ignore dev_scripts --ignore tests/test_large_set.py .PHONY: test-large-requirements