diff options
Diffstat (limited to 'rpkg.spec')
-rw-r--r-- | rpkg.spec | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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} |