Don't BR pytest-cov

This commit is contained in:
Miro Hrončok 2020-11-13 15:32:14 +01:00
parent 03e5cefa3f
commit 61574d362c

View File

@ -7,7 +7,7 @@ toml file.
Name: python-%{pypi_name}
Version: 0.10.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Python Library for Tom's Obvious, Minimal Language
License: MIT
@ -38,6 +38,8 @@ Summary: %{summary}
%prep
%autosetup -p1 -n %{pypi_name}-%{version}
# https://github.com/uiri/toml/pull/339
sed -i '/pytest-cov/d' tox.ini
%generate_buildrequires
@ -69,6 +71,9 @@ toml-test $(pwd)/tests/decoding_test3.sh
%changelog
* Fri Nov 13 2020 Miro Hrončok <mhroncok@redhat.com> - 0.10.1-4
- Don't BR pytest-cov
* Thu Sep 03 2020 Miro Hrončok <mhroncok@redhat.com> - 0.10.1-3
- Use pyproject-rpm-macros