From c64b8bddb098a1cdf15ea0594048fc594016b616 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:42:20 +0000 Subject: Apply patch 0001-Disable-pylint-tests.patch patch_name: 0001-Disable-pylint-tests.patch present_in_specfile: true location_in_specfile: 1 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 0a7854e..8c742a7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,9 +22,11 @@ TESTS = test_dict test_set test_tio test_expr test_getpeercred test_cfg \ test_attmap test_myldap.sh test_common test_nsscmds.sh \ test_pamcmds.sh test_manpages.sh test_clock \ test_tio_timeout -if HAVE_PYTHON - TESTS += test_pycompile.sh test_pylint.sh -endif + +#if HAVE_PYTHON +# TESTS += test_pycompile.sh test_pylint.sh +#endif + if ENABLE_PYNSLCD TESTS += test_pynslcd_cache.py test_doctest.sh endif