From 4f486aed7df92d52f462809c30e7be7e32145d12 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 9 Nov 2021 10:22:51 +0000 Subject: [PATCH] Use pytest-3 instead of pytest which is provided by python2-pytest --- python-zake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-zake.spec b/python-zake.spec index 338df8c..bed1f69 100644 --- a/python-zake.spec +++ b/python-zake.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zake Version: 0.2.2 -Release: 1 +Release: 2 Summary: A python package that works to provide a nice set of testing utilities for the kazoo library. License: ASL 2.0 URL: https://github.com/yahoo/Zake @@ -74,7 +74,7 @@ mv %{buildroot}/doclist.lst . %check # the following test case is incompatible with newer kazoo -pytest -k 'not test_child_watch_no_create' +pytest-3 -k 'not test_child_watch_no_create' %files -n python3-zake -f filelist.lst %dir %{python3_sitelib}/* @@ -83,5 +83,8 @@ pytest -k 'not test_child_watch_no_create' %{_docdir}/* %changelog +* Tue Nov 09 2021 huangtianhua - 0.2.2-2 +- Use pytest-3 instead of pytest which is provided by python2-pytest + * Mon Aug 09 2021 OpenStack_SIG - 0.2.2-1 - Package Spec generate