From 3f3d4bf7d50501597090a5539adb80ad6f211223 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 24 Mar 2023 08:51:22 +0000 Subject: automatic import of rpkg --- rpkg.spec | 18 +++++++++--------- 1 file 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} -- cgit v1.2.3