guru/dev-python/psycopg2cffi/files/psycopg2cffi-2.9.0-include-tests.patch
Anna (cybertailor) Vyalkova 38212e927a
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>
2023-02-27 03:41:37 +05:00

11 lines
411 B
Diff

--- 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'],
)