From 7fbca5dff2c7a3f06f51d429333b8ffe77527400 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Sun, 5 Apr 2020 16:00:04 +0000 Subject: [PATCH] Revert "Disable pytest locally" This reverts commit 2c5d71f0a9915510418287123552b624486e7860. --- 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 0e0483f..3412901 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