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