Drop manual requires on python3-pytest to support usage with pytest4 compat package

This commit is contained in:
Miro Hrončok 2020-05-29 19:58:38 +02:00
parent 2fbcbb812b
commit dfac2434d7

View File

@ -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 <mhroncok@redhat.com> - 1.10.4-9
- Drop manual requires on python3-pytest to support usage with pytest4 compat package
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.10.4-8
- Rebuilt for Python 3.9