forked from pool/python-pytest-server-fixtures
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
bb049ba649
commit
478b1d7560
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 29 09:58:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Remove pytest restriction as it seems to work with pytest5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 28 17:15:33 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Sat Dec 28 17:15:33 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-server-fixtures
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -35,7 +35,7 @@ Requires: lsof
|
|||||||
Requires: net-tools-deprecated
|
Requires: net-tools-deprecated
|
||||||
Requires: python-future
|
Requires: python-future
|
||||||
Requires: python-psutil
|
Requires: python-psutil
|
||||||
Requires: python-pytest < 5
|
Requires: python-pytest
|
||||||
Requires: python-pytest-fixture-config
|
Requires: python-pytest-fixture-config
|
||||||
Requires: python-pytest-shutil
|
Requires: python-pytest-shutil
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
@@ -65,9 +65,9 @@ BuildRequires: %{python_module mock}
|
|||||||
BuildRequires: %{python_module psutil}
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module psycopg2}
|
BuildRequires: %{python_module psycopg2}
|
||||||
BuildRequires: %{python_module pymongo >= 3.6.0}
|
BuildRequires: %{python_module pymongo >= 3.6.0}
|
||||||
BuildRequires: %{python_module pytest < 5}
|
|
||||||
BuildRequires: %{python_module pytest-fixture-config}
|
BuildRequires: %{python_module pytest-fixture-config}
|
||||||
BuildRequires: %{python_module pytest-shutil}
|
BuildRequires: %{python_module pytest-shutil}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module python-jenkins}
|
BuildRequires: %{python_module python-jenkins}
|
||||||
BuildRequires: %{python_module redis}
|
BuildRequires: %{python_module redis}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
|
|||||||
Reference in New Issue
Block a user