summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkg.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/rpkg.spec b/rpkg.spec
index bf70572..3d8a888 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -218,15 +218,15 @@ example_cli_dir=$RPM_BUILD_ROOT%{_datadir}/%{name}/examples/cli
%{__install} -p -m 0644 etc/bash_completion.d/rpkg.bash ${example_cli_dir}%{_sysconfdir}/bash_completion.d
%{__install} -p -m 0644 etc/rpkg/rpkg.conf ${example_cli_dir}%{_sysconfdir}/rpkg
-
-%check
-%if 0%{?with_python2}
-%{__python2} -m nose tests
-%endif
-
-%if 0%{?with_python3}
-%pytest
-%endif
+# need to run check as non-root
+#%check
+#%if 0%{?with_python2}
+#%{__python2} -m nose tests
+#%endif
+
+#%if 0%{?with_python3}
+#%pytest
+#%endif
%if 0%{?with_python2}