15
0

- Do not use %pytest to fix build with SLE12_SP4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-daiquiri?expand=0&rev=11
This commit is contained in:
2019-04-08 12:00:42 +00:00
committed by Git OBS Bridge
parent efa5073951
commit 721e1a6f59
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 8 12:00:23 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Do not use %pytest to fix build with SLE12_SP4
-------------------------------------------------------------------
Thu Mar 7 14:01:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -51,7 +51,7 @@ provides some custom formatters and handlers.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest daiquiri/tests
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} daiquiri/tests
%files %{python_files}
%license LICENSE