From faf12af65e1a8b6260821bff1ffa4cc6b242f1b7 Mon Sep 17 00:00:00 2001 From: Yuri Bochkarev Date: Sat, 28 May 2022 16:14:16 +0200 Subject: [PATCH] tests: xhost +local:docker --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b49c33f..0e1e707 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ integration-run-container: integration-test: export INTEGRATION_TEST = 1 integration-test: + xhost +local:docker pytest -v -k test_integration -s test-all: unit-test smoke-build smoke-test integration-build integration-test