From b089f39cc308bcf177537bbb4dc751653cfaaf5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Wed, 10 Nov 2021 06:18:31 +0000 Subject: [PATCH] Use pytest-3 for test part --- python-blazarclient.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-blazarclient.spec b/python-blazarclient.spec index 1908f86..f359c0c 100644 --- a/python-blazarclient.spec +++ b/python-blazarclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-blazarclient Version: 2.2.1 -Release: 1 +Release: 2 Summary: Client for OpenStack Reservation Service License: Apache-2.0 URL: https://launchpad.net/blazar @@ -92,7 +92,7 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %check -pytest -k 'not test_args2body_start_now' +pytest-3 -k 'not test_args2body_start_now' %files -n python3-blazarclient -f filelist.lst %dir %{python3_sitelib}/* @@ -101,6 +101,8 @@ pytest -k 'not test_args2body_start_now' %{_docdir}/* %changelog +* Wed Nov 10 2021 OpenStack_SIG - 2.2.1-2 +- Use pytest-3 for test part * Fri Nov 05 2021 OpenStack_SIG - 2.2.1-1 - Init package python3-blazarclient of version 2.2.1 -- Gitee