From 98580d32ad358197ae7b20c5a7c2e961fdeeb0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 29 Nov 2021 01:48:33 +0100 Subject: [PATCH] Run e2e tests in tmpfs --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 28acf3e..721426d 100644 --- a/Justfile +++ b/Justfile @@ -30,7 +30,7 @@ e2e-venv: test-e2e: e2e-venv release cd ./e2e_tests \ && . ./venv/bin/activate \ - && python -m pytest . + && TMPDIR=/dev/shm python -m pytest . update-dependencies: @cd ./depcheck \