From dfac2434d741fea9e5651758c47d0cb5c3fbd34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 29 May 2020 19:58:38 +0200 Subject: [PATCH] Drop manual requires on python3-pytest to support usage with pytest4 compat package --- python-pytest-mock.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 968e25c..4a93274 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -7,7 +7,7 @@ to worry about undoing patches at the end of a test. Name: python-%{pypi_name} Version: 1.10.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Thin-wrapper around the mock package for easier use with py.test License: MIT @@ -29,7 +29,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest >= 2.7 BuildRequires: python3-setuptools_scm -Requires: python3-pytest >= 2.7 %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} @@ -69,6 +68,9 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} test_pytest_mock.py %changelog +* Fri May 29 2020 Miro Hrončok - 1.10.4-9 +- Drop manual requires on python3-pytest to support usage with pytest4 compat package + * Sun May 24 2020 Miro Hrončok - 1.10.4-8 - Rebuilt for Python 3.9