Tomáš Chvátal 2019-04-17 12:00:44 +00:00 committed by Git OBS Bridge
parent 159f6fe384
commit fcb3220d99
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