mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-python/psycopg2cffi: enable py3.11, fix tests
Closes: https://bugs.gentoo.org/819018 Closes: https://bugs.gentoo.org/897522 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -57,7 +57,7 @@ setup_kwargs = dict(
|
||||
description=README[0].strip(),
|
||||
long_description=''.join(README),
|
||||
test_suite='psycopg2cffi.tests.suite',
|
||||
- packages=['psycopg2cffi', 'psycopg2cffi._impl', 'psycopg2cffi.tests'],
|
||||
+ packages=['psycopg2cffi', 'psycopg2cffi._impl', 'psycopg2cffi.tests', 'psycopg2cffi.tests.psycopg2_tests'],
|
||||
install_requires=['six'],
|
||||
)
|
||||
Reference in New Issue
Block a user