15
0
forked from pool/python-Beaker

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

- Ignore test_database tests to avoid gh#bbangert/beaker#172

OBS-URL: https://build.opensuse.org/request/show/690383
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=37
This commit is contained in:
2019-04-01 13:50:10 +00:00
committed by Git OBS Bridge
parent 44c079a628
commit 1bf1ac4a82
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 1 13:36:58 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Ignore test_database tests to avoid gh#bbangert/beaker#172
-------------------------------------------------------------------
Fri Mar 1 09:08:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -107,7 +107,10 @@ rm tests/test_cachemanager.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
# gh#bbangert/beaker#172
%python_expand nosetests-%{$python_bin_suffix} -v -I 'test_database' tests
}
%files %{python_files}
%license LICENSE