From e0c08cd3c04620a71eddbafa5487e161845f94846b0947615cded8460412961e Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 14 Nov 2019 06:59:01 +0000 Subject: [PATCH] - Drop unused dependancies on pytest-cov and pytest-xdist. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h2?expand=0&rev=18 --- python-h2.changes | 5 +++++ python-h2.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-h2.changes b/python-h2.changes index 813c19b..4d6306d 100644 --- a/python-h2.changes +++ b/python-h2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 14 06:57:45 UTC 2019 - Steve Kowalik + +- Drop unused dependancies on pytest-cov and pytest-xdist. + ------------------------------------------------------------------- Thu Sep 12 10:04:22 UTC 2019 - Tomáš Chvátal diff --git a/python-h2.spec b/python-h2.spec index 6f2dc5e..20645b8 100644 --- a/python-h2.spec +++ b/python-h2.spec @@ -28,8 +28,6 @@ Source0: https://files.pythonhosted.org/packages/source/h/h2/h2-%{version BuildRequires: %{python_module hpack >= 2.3} BuildRequires: %{python_module hyperframe >= 5.2.0} BuildRequires: %{python_module hypothesis} -BuildRequires: %{python_module pytest-cov} -BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: fdupes BuildRequires: python-enum34 >= 1.1.6