diff --git a/python-qrcode.changes b/python-qrcode.changes index b9c1c0d..09d2b90 100644 --- a/python-qrcode.changes +++ b/python-qrcode.changes @@ -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 diff --git a/python-qrcode.spec b/python-qrcode.spec index 6648ecf..45c9001 100644 --- a/python-qrcode.spec +++ b/python-qrcode.spec @@ -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,-)