Diff psycopg-3.1.8 with a psycopg-3.1.9

/usr/portage/dev-python/psycopg/psycopg-3.1.9.ebuild 2023-10-09 14:52:30.332368371 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{10..11} )
7
PYTHON_COMPAT=( python3_{10..12} )
8 8

  
9 9
inherit distutils-r1
10 10

  
......
22 22

  
23 23
LICENSE="LGPL-3+"
24 24
SLOT="0"
25
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
25
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
26 26

  
27 27
DEPEND="
28 28
	>=dev-db/postgresql-8.1:*
......
34 34
BDEPEND="
35 35
	test? (
36 36
		>=dev-db/postgresql-8.1[server]
37
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
37
		dev-python/anyio[${PYTHON_USEDEP}]
38 38
		dev-python/dnspython[${PYTHON_USEDEP}]
39 39
	)
40 40
"
......
68 68
		tests/crdb/test_typing.py
69 69
		# TODO, relying on undefined ordering in Python?
70 70
		tests/test_dns_srv.py::test_srv
71
		# timing test, fragile to load
72
		tests/test_concurrency_async.py::test_ctrl_c
71 73
	)
72 74

  
73 75
	# leak tests seem to be brittle
Thank you!