summaryrefslogtreecommitdiff
diff options
authorMichał Górny <[email protected]>2025-10-27 05:41:46 +0100
committerMichał Górny <[email protected]>2025-10-27 05:41:46 +0100
commitb7bca3435f972552bd619518854bde8025e5a54e (patch)
tree96d00b97fe9dc49553b3effb54b18d59b67fbc9e /dev-python
parentdev-java/eclipse-jdt-annotation: Stabilize 4.37 amd64, #965175 (diff)
downloadgentoo-b7bca3435f972552bd619518854bde8025e5a54e.tar.gz
gentoo-b7bca3435f972552bd619518854bde8025e5a54e.tar.bz2
gentoo-b7bca3435f972552bd619518854bde8025e5a54e.zip
dev-python/emcee: Enable py3.14
Signed-off-by: Michał Górny <[email protected]>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/emcee/emcee-3.1.6.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/dev-python/emcee/emcee-3.1.6.ebuild b/dev-python/emcee/emcee-3.1.6.ebuild
index 98d76fca124c..ec7cc65e1f10 100644
--- a/dev-python/emcee/emcee-3.1.6.ebuild
+++ b/dev-python/emcee/emcee-3.1.6.ebuild
@@ -4,9 +4,9 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
-inherit distutils-r1 multiprocessing pypi
+inherit distutils-r1 pypi
DESCRIPTION="Python ensemble sampling toolkit for affine-invariant MCMC"
HOMEPAGE="
@@ -29,11 +29,12 @@ RDEPEND="
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
)
"
+EPYTEST_PLUGINS=()
+EPYTEST_XDIST=1
distutils_enable_tests pytest
DOCS=( AUTHORS.rst README.rst )
@@ -43,8 +44,3 @@ src_prepare() {
sed -i -e '/wheel/d' setup.py || die
distutils-r1_src_prepare
}
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p xdist -n "$(makeopts_jobs)" --dist=worksteal
-}