diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-05-16 21:10:34 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-05-16 21:31:28 +0300 |
| commit | da004db094175dd5de96858742a45ebd5290607e (patch) | |
| tree | d2a59596107c4b3908f3a0f760579d58458358c8 /dev-python | |
| parent | 77d5190868974067c855deef36f568dc85c2c901 (diff) | |
| download | gentoo-da004db094175dd5de96858742a45ebd5290607e.tar.gz gentoo-da004db094175dd5de96858742a45ebd5290607e.tar.bz2 gentoo-da004db094175dd5de96858742a45ebd5290607e.zip | |
dev-python/pyhamcrest: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild b/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild index 1efb01e97990..a4978da1e21f 100644 --- a/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 @@ -41,6 +41,10 @@ python_test() { tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_complex tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_float ) + [[ ${EPYTHON} == python3.14 ]] && EPYTEST_DESELECT+=( + # assumes asyncio event loop already exists + tests/hamcrest_unit_test/core/future_test.py::FutureExceptionTest + ) local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest |
