diff --git a/python-Beaker.changes b/python-Beaker.changes index da77c17..3cabafe 100644 --- a/python-Beaker.changes +++ b/python-Beaker.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 18 14:26:01 CEST 2019 - Matej Cepl + +- Actually for working around gh#bbangert/beaker#172 it is enough + to rm -fv tests/test.db, because the test suite apparently + doesn't clean up after itself. + ------------------------------------------------------------------- Mon Apr 1 13:36:58 UTC 2019 - Matej Cepl diff --git a/python-Beaker.spec b/python-Beaker.spec index dbe6f1b..b88dcf3 100644 --- a/python-Beaker.spec +++ b/python-Beaker.spec @@ -109,7 +109,8 @@ rm tests/test_cachemanager.py %check %{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} # gh#bbangert/beaker#172 -%python_expand nosetests-%{$python_bin_suffix} -v -I 'test_database' tests +rm -fv tests/test.db +nosetests-%{$python_bin_suffix} -v tests } %files %{python_files}