Accepting request 683047 from home:jayvdb:coala:python3-bears
- Remove unnecessary build dependency pytest-cov - Update to v1.2.1 * Corrected processing of URLs with a hyphen OBS-URL: https://build.opensuse.org/request/show/683047 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-url-parse?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
cf778da0b6
commit
111da3a4c5
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-git-url-parse
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: A GIT URL parser for Python
|
||||
License: MIT
|
||||
@@ -30,7 +30,6 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pbr}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
@@ -45,6 +44,7 @@ git-url-parse is a GIT URL parser.
|
||||
|
||||
%prep
|
||||
%setup -q -n git-url-parse-%{version}
|
||||
sed -i '/addopts/d' pytest.ini
|
||||
|
||||
%build
|
||||
# Dont let pbr install yapf, which isnt a real test dependency
|
||||
|
||||
Reference in New Issue
Block a user