15
0
forked from pool/python-Beaker

Accepting request 695668 from home:mcepl:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/695668
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=39
This commit is contained in:
2019-04-18 12:28:40 +00:00
committed by Git OBS Bridge
parent 1bf1ac4a82
commit 4be96b7cbd
2 changed files with 9 additions and 1 deletions

View File

@@ -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}