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

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