summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-12-16 12:36:00 +0100
committerMichał Górny <mgorny@gentoo.org>2022-12-16 14:29:57 +0100
commit316778648f741a62c616f4b06251f0940d05e365 (patch)
tree17c1010514d6c50cdfb351435ab5e853d985f974 /dev-python/psycopg
parentmedia-gfx/ristretto: Bump to 0.12.4 (diff)
downloadgentoo-316778648f741a62c616f4b06251f0940d05e365.tar.gz
gentoo-316778648f741a62c616f4b06251f0940d05e365.tar.bz2
gentoo-316778648f741a62c616f4b06251f0940d05e365.zip
dev-python/psycopg: Add GH remote-id
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r--dev-python/psycopg/metadata.xml1
-rw-r--r--dev-python/psycopg/psycopg-3.1.6.ebuild5
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"
}