summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-03-24 08:51:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-03-24 08:51:22 +0000
commit3f3d4bf7d50501597090a5539adb80ad6f211223 (patch)
tree2c54cb37cf8db9f26e8224fd85233879bba6af2f
parent45d478d6a56c16bc9766ea6481e4f4aeab83e0d5 (diff)
automatic import of rpkg
-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}