15
0
forked from pool/python-Beaker

Accepting request 695669 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/695669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Beaker?expand=0&rev=23
This commit is contained in:
2019-04-19 16:38:53 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 18 14:26:01 CEST 2019 - Matej Cepl <mcepl@suse.com>
- 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 <mcepl@suse.com>

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}