From 7e0036c9310811aeebe4d345ec0fe30c0e139259 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Tue, 17 Feb 2015 17:50:55 -0600 Subject: [PATCH] Shut off tests --- salt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt.spec b/salt.spec index 944eed3..6ce7894 100644 --- a/salt.spec +++ b/salt.spec @@ -5,7 +5,7 @@ %define __python %{_bindir}/python%{?pybasever} %endif -%global include_tests 1 +%global include_tests 0 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}