Blame SOURCES/0001-Disable-pylint-tests.patch

6ce604
From 5e4ef70a1fda792d7ca32311ecc29302c7b13ca5 Mon Sep 17 00:00:00 2001
6ce604
From: Jakub Hrozek <jakub.hrozek@posteo.se>
6ce604
Date: Sun, 1 Apr 2018 10:40:13 +0200
6ce604
Subject: [PATCH 1/2] Disable pylint tests
6ce604
6ce604
---
6ce604
 tests/Makefile.am | 8 +++++---
6ce604
 1 file changed, 5 insertions(+), 3 deletions(-)
6ce604
6ce604
diff --git a/tests/Makefile.am b/tests/Makefile.am
6ce604
index 0a7854eec62520014919ad3983db70c78be483e2..8c742a78e3ce8e822fbd7bd9d5735a010e2f0f80 100644
6ce604
--- a/tests/Makefile.am
6ce604
+++ b/tests/Makefile.am
6ce604
@@ -22,9 +22,11 @@ TESTS = test_dict test_set test_tio test_expr test_getpeercred test_cfg \
6ce604
         test_attmap test_myldap.sh test_common test_nsscmds.sh \
6ce604
         test_pamcmds.sh test_manpages.sh test_clock \
6ce604
         test_tio_timeout
6ce604
-if HAVE_PYTHON
6ce604
-  TESTS += test_pycompile.sh test_pylint.sh
6ce604
-endif
6ce604
+
6ce604
+#if HAVE_PYTHON
6ce604
+#  TESTS += test_pycompile.sh test_pylint.sh
6ce604
+#endif
6ce604
+
6ce604
 if ENABLE_PYNSLCD
6ce604
   TESTS += test_pynslcd_cache.py test_doctest.sh
6ce604
 endif
6ce604
-- 
6ce604
2.14.3
6ce604