- Update pytest-plugins-pr186-fix-psycopg29.patch source file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-server-fixtures?expand=0&rev=15
This commit is contained in:
2022-12-09 11:57:31 +00:00
committed by Git OBS Bridge
parent 7340e7733f
commit 1429f073c1
2 changed files with 8 additions and 3 deletions

View File

@@ -11,9 +11,9 @@ https://github.com/psycopg/psycopg2/issues/941
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/pytest-server-fixtures/pytest_server_fixtures/postgres.py b/pytest-server-fixtures/pytest_server_fixtures/postgres.py
index 7c6ea33..aeab36a 100644
--- a/pytest_server_fixtures/postgres.py
+++ b/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
@@ -103,18 +103,22 @@ def run_cmd(self):
def check_server_up(self):

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 9 11:57:05 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Update source pytest-plugins-pr186-fix-psycopg29.patch
-------------------------------------------------------------------
Thu Dec 8 12:33:38 UTC 2022 - pgajdos@suse.com