14
0

Accepting request 695140 from devel:languages:python

- Use %pytest macro

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 17 12:00:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Use %pytest macro
-------------------------------------------------------------------
Tue Mar 12 01:49:22 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -58,7 +58,7 @@ sed -i -e '1{\,^#!%{_bindir}/env python,d}' sqlparse/__main__.py sqlparse/cli.py
%python_uninstall_alternative sqlformat
%check
%python_exec %{_bindir}/py.test tests
%pytest
%files %{python_files}
%doc AUTHORS README.rst