chore: remove venv activation

This commit is contained in:
jo 2023-02-03 12:36:55 +01:00 committed by Jonas L
parent c8957e3e1b
commit 35ba139c08
1 changed files with 1 additions and 2 deletions

View File

@ -19,5 +19,4 @@ clean: .clean
.PHONY: snapshot
snapshot: $(VENV)
source $(VENV)/bin/activate
pytest --snapshot-update
$(VENV)/bin/pytest --snapshot-update