commit:     316778648f741a62c616f4b06251f0940d05e365
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 11:36:00 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 13:29:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31677864

dev-python/psycopg: Add GH remote-id

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/psycopg/metadata.xml         | 1 +
 dev-python/psycopg/psycopg-3.1.6.ebuild | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/psycopg/metadata.xml b/dev-python/psycopg/metadata.xml
index 5a372b79afcf..4c34b048b797 100644
--- a/dev-python/psycopg/metadata.xml
+++ b/dev-python/psycopg/metadata.xml
@@ -6,6 +6,7 @@
     <name>Python</name>
   </maintainer>
   <upstream>
+    <remote-id type="github">psycopg/psycopg</remote-id>
     <remote-id type="pypi">psycopg</remote-id>
     <remote-id type="pypi">psycopg2</remote-id>
   </upstream>

diff --git a/dev-python/psycopg/psycopg-3.1.6.ebuild 
b/dev-python/psycopg/psycopg-3.1.6.ebuild
index 729b9274733b..79cbeb5d8eb7 100644
--- a/dev-python/psycopg/psycopg-3.1.6.ebuild
+++ b/dev-python/psycopg/psycopg-3.1.6.ebuild
@@ -71,9 +71,8 @@ python_test() {
                tests/crdb/test_typing.py
                # TODO, relying on undefined ordering in Python?
                tests/test_dns_srv.py::test_srv
-               # brittle
-               tests/test_client_cursor.py::test_leak
        )
 
-       epytest -p no:django
+       # leak tests seem to be brittle
+       epytest -p no:django -k "not leak"
 }

Reply via email to