14
0
forked from pool/python-qrcode

- pass -s to pytest, to work around bad interaction with older pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-qrcode?expand=0&rev=13
This commit is contained in:
Jan Matejek
2017-06-27 15:52:49 +00:00
committed by Git OBS Bridge
parent 8d91c2f246
commit c8fa867501
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 27 15:51:30 UTC 2017 - jmatejek@suse.com
- pass -s to pytest, to work around bad interaction with older pytest
-------------------------------------------------------------------
Mon Jun 5 12:38:43 UTC 2017 - jmatejek@suse.com

View File

@@ -54,7 +54,7 @@ sed -i '1s@^#!.*@@' qrcode/console_scripts.py
%fdupes %{buildroot}%{_prefix}
%check
%python_exec -m pytest qrcode
%python_exec -m pytest -s qrcode
%files %{python_files}
%defattr(-,root,root,-)