From c8fa86750101b531cd25b22991e660b976173a58b6b5602f764fce41d146c3cc Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 27 Jun 2017 15:52:49 +0000 Subject: [PATCH] - 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 --- python-qrcode.changes | 5 +++++ python-qrcode.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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,-)