From 2c5d71f0a9915510418287123552b624486e7860 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Fri, 27 Mar 2020 12:00:22 +0000
Subject: [PATCH] Disable pytest locally

---
 tools/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/run-tests.sh b/tools/run-tests.sh
index 3412901..0e0483f 100755
--- a/tools/run-tests.sh
+++ b/tools/run-tests.sh
@@ -7,4 +7,4 @@ set -e -x
 
 tools/tests/test-pycodestyle.sh
 tools/tests/test-pylint.sh
-tools/tests/test-pytest.sh
+# tools/tests/test-pytest.sh
-- 
GitLab