From 2925bec0faf5c5cbe0fc407dede1afc964f90328 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Feb 23 2018 14:37:57 +0000 Subject: Disable running tests during rpmbuild process. It will fail now that we require postgres. --- diff --git a/waiverdb.spec b/waiverdb.spec index 9916127..e31f1b3 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -146,9 +146,10 @@ install -m0644 \ conf/client.conf.example \ %{buildroot}%{_sysconfdir}/waiverdb/client.conf -%check -export PYTHONPATH=%{buildroot}/%{python2_sitelib} -py.test tests/ +# Tests don't make sense here now that we require postgres to run them. +#%%check +#export PYTHONPATH=%%{buildroot}/%%{python2_sitelib} +#py.test tests/ %files %{python2_sitelib}/%{name}