From b82a567a28d90843cb4b5425dbc574f7d92bb0e8958ed9e359bb63aa6ffdd78b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 16 Oct 2020 14:28:49 +0000 Subject: [PATCH] Accepting request 841501 from home:bnavigator:branches:devel:languages:python:pytest - Upper limit pytest 6.1 -- gh#bitprophet/pytest-relaxed#12 OBS-URL: https://build.opensuse.org/request/show/841501 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=67 --- python-Fabric.changes | 5 +++++ python-Fabric.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-Fabric.changes b/python-Fabric.changes index feb23a7..b2f6997 100644 --- a/python-Fabric.changes +++ b/python-Fabric.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 13 10:33:07 UTC 2020 - Benjamin Greiner + +- Upper limit pytest 6.1 -- gh#bitprophet/pytest-relaxed#12 + ------------------------------------------------------------------- Mon May 11 09:59:18 UTC 2020 - Matej Cepl diff --git a/python-Fabric.spec b/python-Fabric.spec index 1cadba1..6595b54 100644 --- a/python-Fabric.spec +++ b/python-Fabric.spec @@ -32,8 +32,9 @@ BuildRequires: %{python_module decorator} BuildRequires: %{python_module invoke >= 1.3} BuildRequires: %{python_module mock >= 2.0.0} BuildRequires: %{python_module paramiko >= 2.4} -BuildRequires: %{python_module pytest >= 3.2.5} BuildRequires: %{python_module pytest-relaxed} +# gh#bitprophet/pytest-relaxed#12 +BuildRequires: %{python_module pytest < 6.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes