diff --git a/pytest-plugins-pr186-fix-psycopg29.patch b/pytest-plugins-pr186-fix-psycopg29.patch index bd31533..d2c2881 100644 --- a/pytest-plugins-pr186-fix-psycopg29.patch +++ b/pytest-plugins-pr186-fix-psycopg29.patch @@ -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): diff --git a/python-pytest-server-fixtures.changes b/python-pytest-server-fixtures.changes index 515285c..272e03d 100644 --- a/python-pytest-server-fixtures.changes +++ b/python-pytest-server-fixtures.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 9 11:57:05 UTC 2022 - Daniel Garcia + +- Update source pytest-plugins-pr186-fix-psycopg29.patch + ------------------------------------------------------------------- Thu Dec 8 12:33:38 UTC 2022 - pgajdos@suse.com