Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asyncpg for openSUSE:Factory 
checked in at 2022-10-14 15:42:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asyncpg (Old)
 and      /work/SRC/openSUSE:Factory/.python-asyncpg.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-asyncpg"

Fri Oct 14 15:42:44 2022 rev:7 rq:1010616 version:0.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asyncpg/python-asyncpg.changes    
2022-08-05 19:52:05.433624473 +0200
+++ /work/SRC/openSUSE:Factory/.python-asyncpg.new.2275/python-asyncpg.changes  
2022-10-14 15:43:59.992064735 +0200
@@ -1,0 +2,7 @@
+Fri Oct 14 07:33:54 UTC 2022 - Daniel Garcia <daniel.gar...@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.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-asyncpg.spec ++++++
--- /var/tmp/diff_new_pack.iQgUW3/_old  2022-10-14 15:44:00.416065443 +0200
+++ /var/tmp/diff_new_pack.iQgUW3/_new  2022-10-14 15:44:00.420065449 +0200
@@ -54,7 +54,7 @@
 PostgreSQL and Python/asyncio with clean implementation
 
 %prep
-%setup -q -n asyncpg-%{version}
+%autosetup -p1 -n asyncpg-%{version}
 # no uvloop in python36 but in newer flavors
 sed -i asyncpg/_testbase/__init__.py \
   -e "/import re/ a import sys" \
@@ -78,6 +78,9 @@
 %endif
 # fails inside obs chroot
 donttest="test_timetz_encoding"
+# fails because ssl_user doesn't have permission to create tables
+# permission denied for schema public
+donttest+=" or test_executemany_uvloop_ssl_issue_700"
 
 mv asyncpg .asyncpg
 %pytest_arch -rs -k "not ($donttest)"

Reply via email to