| |
@@ -3,7 +3,7 @@
|
| |
|
| |
Name: python-%{pypi_name}
|
| |
Version: 0.16.0
|
| |
- Release: 1%{?dist}
|
| |
+ Release: 2%{?dist}
|
| |
Summary: Python library to mock out calls with Python requests
|
| |
License: ASL 2.0
|
| |
URL: https://github.com/getsentry/responses
|
| |
@@ -16,9 +16,6 @@
|
| |
BuildRequires: python%{python3_pkgversion}-six
|
| |
BuildRequires: python%{python3_pkgversion}-setuptools
|
| |
BuildRequires: python%{python3_pkgversion}-pytest
|
| |
- BuildRequires: python%{python3_pkgversion}-coverage
|
| |
- BuildRequires: python%{python3_pkgversion}-pytest-cov
|
| |
- BuildRequires: python%{python3_pkgversion}-mock
|
| |
|
| |
%description
|
| |
A utility library for mocking out the requests Python library.
|
| |
@@ -36,6 +33,8 @@
|
| |
|
| |
%prep
|
| |
%setup -q -n %{pypi_name}-%{version}
|
| |
+ # Do not run coverage tests
|
| |
+ sed -i -e '/cov/d' setup.py
|
| |
|
| |
%build
|
| |
%py3_build
|
| |
@@ -54,6 +53,9 @@
|
| |
%{python3_sitelib}/%{pypi_name}/
|
| |
|
| |
%changelog
|
| |
+ * Tue Jan 11 2022 Orion Poplawski <orion@nwra.com> - 0.16.0-2
|
| |
+ - Do not run coverage tests
|
| |
+
|
| |
* Wed Nov 17 2021 Felix Schwarz <fschwarz@fedoraproject.org> - 0.16.0-1
|
| |
- Update to 0.16.0
|
| |
|
| |
https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters