summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-19 11:16:06 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-19 11:16:26 +0200
commitb300a9e0c8ac43c8437c4d177bc733862184c3c7 (patch)
tree23d42f4b9e138442c4f232545f60db22c86de7a6 /dev-python/uncertainties
parentx11-misc/autorandr: add systemd use flag (diff)
downloadgentoo-b300a9e0c8ac43c8437c4d177bc733862184c3c7.tar.gz
gentoo-b300a9e0c8ac43c8437c4d177bc733862184c3c7.tar.bz2
gentoo-b300a9e0c8ac43c8437c4d177bc733862184c3c7.zip
dev-python/uncertainties: enable py3.11, nose --> pytest
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/uncertainties')
-rw-r--r--dev-python/uncertainties/uncertainties-3.1.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/uncertainties/uncertainties-3.1.7.ebuild b/dev-python/uncertainties/uncertainties-3.1.7.ebuild
index 6a0cd2fa7e53..c7f85704f3f1 100644
--- a/dev-python/uncertainties/uncertainties-3.1.7.ebuild
+++ b/dev-python/uncertainties/uncertainties-3.1.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 optfeature
DESCRIPTION="Python module for calculations with uncertainties"
@@ -20,7 +20,7 @@ BDEPEND="${RDEPEND}
test? ( dev-python/numpy[${PYTHON_USEDEP}] )
"
-distutils_enable_tests nose
+distutils_enable_tests pytest
distutils_enable_sphinx doc --no-autodoc
pkg_postinst() {