- Remove remote path for pytest-plugins-pr186-fix-psycopg29.patch to avoid

download that patch from github

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-server-fixtures?expand=0&rev=16
This commit is contained in:
2022-12-09 12:05:49 +00:00
committed by Git OBS Bridge
parent 1429f073c1
commit 5f2f6ae19c
3 changed files with 9 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ https://github.com/psycopg/psycopg2/issues/941
diff --git a/pytest-server-fixtures/pytest_server_fixtures/postgres.py b/pytest-server-fixtures/pytest_server_fixtures/postgres.py
index 7c6ea33d..aeab36ad 100644
--- a/pytest-server-fixtures/pytest_server_fixtures/postgres.py
+++ b/pytest-server-fixtures/pytest_server_fixtures/postgres.py
--- a/pytest_server_fixtures/postgres.py
+++ b/pytest_server_fixtures/postgres.py
@@ -103,18 +103,22 @@ def run_cmd(self):
def check_server_up(self):

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 9 12:03:36 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove remote path for pytest-plugins-pr186-fix-psycopg29.patch to avoid
download that patch from github
-------------------------------------------------------------------
Fri Dec 9 11:57:05 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-pytest-server-fixtures
Version: 1.7.0
@@ -27,7 +26,7 @@ Group: Development/Languages/Python
URL: https://github.com/man-group/pytest-plugins
Source: https://files.pythonhosted.org/packages/source/p/pytest-server-fixtures/pytest-server-fixtures-%{version}.tar.gz
# PATCH-FIX-UPSTREAM pytest-plugins-pr186-fix-psycopg29.patch -- gh#man-group/pytest-plugins#186
Patch0: https://github.com/man-group/pytest-plugins/pull/186.patch#/pytest-plugins-pr186-fix-psycopg29.patch
Patch0: pytest-plugins-pr186-fix-psycopg29.patch
# PATCH-FEATURE-UPSTREAM remove-mock.patch -- gh#man-group#pytest-plugins#171
Patch1: remove-mock.patch
# https://github.com/man-group/pytest-plugins/issues/209