15
0

- Disable failing test test_executemany_uvloop_ssl_issue_700, because

the ssl_user role doesn't have permission to create tables by default with
  the current postgresql configuration.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=10
This commit is contained in:
2022-10-14 07:35:17 +00:00
committed by Git OBS Bridge
parent 917d7f25b6
commit f85678a2d0
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 14 07:33:54 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Disable failing test test_executemany_uvloop_ssl_issue_700, because
the ssl_user role doesn't have permission to create tables by default with
the current postgresql configuration.
-------------------------------------------------------------------
Thu Aug 4 08:57:47 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>