diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-07-01 17:42:33 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-07-01 17:55:23 +0200 |
| commit | cc5a7572edcab682b5e2665439952ad6f246b5ea (patch) | |
| tree | 669dca509ea0aad1bc1d02f9f8c31a8756d2fc20 /dev-python/asyncssh/asyncssh-2.14.2.ebuild | |
| parent | 78534fd7cbcfa7d2fe9c422b9beee79c1af0ee0f (diff) | |
| download | gentoo-cc5a7572edcab682b5e2665439952ad6f246b5ea.tar.gz gentoo-cc5a7572edcab682b5e2665439952ad6f246b5ea.tar.bz2 gentoo-cc5a7572edcab682b5e2665439952ad6f246b5ea.zip | |
dev-python/asyncssh: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asyncssh/asyncssh-2.14.2.ebuild')
| -rw-r--r-- | dev-python/asyncssh/asyncssh-2.14.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/asyncssh/asyncssh-2.14.2.ebuild b/dev-python/asyncssh/asyncssh-2.14.2.ebuild index 1ad40f7b2969..f3f3d4abcd70 100644 --- a/dev-python/asyncssh/asyncssh-2.14.2.ebuild +++ b/dev-python/asyncssh/asyncssh-2.14.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 optfeature pypi @@ -35,9 +35,9 @@ BDEPEND=" ) " -EPYTEST_DESELECT=( - # https://github.com/ronf/asyncssh/pull/578 - tests/test_process.py::_TestAsyncFileRedirection::test_stdout_aiofile +PATCHES=( + # https://github.com/ronf/asyncssh/issues/616 + "${FILESDIR}/${P}-py313.patch" ) distutils_enable_tests pytest |
