From 478b1d756022b621ccbe2a0a717b2361ea0bf6d3588a2f9b7953130aeaaac6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 May 2020 09:59:02 +0000 Subject: [PATCH] - Package seems to work with pytest5 so do not restrict it OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-server-fixtures?expand=0&rev=5 --- python-pytest-server-fixtures.changes | 5 +++++ python-pytest-server-fixtures.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-pytest-server-fixtures.changes b/python-pytest-server-fixtures.changes index 032c853..0e14e56 100644 --- a/python-pytest-server-fixtures.changes +++ b/python-pytest-server-fixtures.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 29 09:58:44 UTC 2020 - Tomáš Chvátal + +- Remove pytest restriction as it seems to work with pytest5 + ------------------------------------------------------------------- Sat Dec 28 17:15:33 UTC 2019 - Ondřej Súkup diff --git a/python-pytest-server-fixtures.spec b/python-pytest-server-fixtures.spec index 460a396..987423a 100644 --- a/python-pytest-server-fixtures.spec +++ b/python-pytest-server-fixtures.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-server-fixtures # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ Requires: lsof Requires: net-tools-deprecated Requires: python-future Requires: python-psutil -Requires: python-pytest < 5 +Requires: python-pytest Requires: python-pytest-fixture-config Requires: python-pytest-shutil Requires: python-requests @@ -65,9 +65,9 @@ BuildRequires: %{python_module mock} BuildRequires: %{python_module psutil} BuildRequires: %{python_module psycopg2} BuildRequires: %{python_module pymongo >= 3.6.0} -BuildRequires: %{python_module pytest < 5} BuildRequires: %{python_module pytest-fixture-config} BuildRequires: %{python_module pytest-shutil} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-jenkins} BuildRequires: %{python_module redis} BuildRequires: %{python_module requests}