From 35ba139c08e49be3dc552e3a275e572d91061bbf Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 3 Feb 2023 12:36:55 +0100 Subject: [PATCH] chore: remove venv activation --- playout/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playout/Makefile b/playout/Makefile index 9a79ac248..267663997 100644 --- a/playout/Makefile +++ b/playout/Makefile @@ -19,5 +19,4 @@ clean: .clean .PHONY: snapshot snapshot: $(VENV) - source $(VENV)/bin/activate - pytest --snapshot-update + $(VENV)/bin/pytest --snapshot-update