commit: b300a9e0c8ac43c8437c4d177bc733862184c3c7
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 09:16:06 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 09:16:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b300a9e0
dev-python/uncertainties: enable py3.11, nose --> pytest
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/uncertainties/uncertainties-3.1.7.ebuild | 4 ++--
1 file 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() {