From 08d9511e5848c7b08507baba1b7b07ae3dd3427c Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Thu, 17 Dec 2020 21:49:50 +0100 Subject: [PATCH] Disable pytest locally, too --- 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..f0241ca 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