From d59800db2dfbfdcc34074d8b973ba3c15545e53c9cbd971313e64e43cbe44556 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 15 Feb 2019 11:57:11 +0000 Subject: [PATCH] Accepting request 676523 from home:mcepl:branches:devel:languages:python - Better call of py.test OBS-URL: https://build.opensuse.org/request/show/676523 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=54 --- python-amqp.changes | 5 +++++ python-amqp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-amqp.changes b/python-amqp.changes index 4ca9f7f..6b29271 100644 --- a/python-amqp.changes +++ b/python-amqp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 15 11:55:34 UTC 2019 - Matej Cepl + +- Better call of py.test + ------------------------------------------------------------------- Fri Feb 15 09:32:49 UTC 2019 - John Vandenberg diff --git a/python-amqp.spec b/python-amqp.spec index 404974b..948056e 100644 --- a/python-amqp.spec +++ b/python-amqp.spec @@ -54,7 +54,7 @@ This library should be API compatible with librabbitmq. %if 0%{?suse_version} > 1320 %check -%python_exec %{_bindir}/py.test +%python_expand py.test-%{$python_bin_suffix} -v %endif %files %{python_files}