summaryrefslogtreecommitdiff
path: root/dev-python/uncertainties/uncertainties-3.1.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-19 13:58:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-19 13:58:24 +0100
commit12652841746da7ae2f03b8b0c571a9bd5033e15c (patch)
tree17ba3a2b3f142284453d0e9109be1765200f643b /dev-python/uncertainties/uncertainties-3.1.7.ebuild
parent27f7ac2204449d9fc2137f442522b4fb10327d90 (diff)
gentoo auto-resync : 19:10:2022 - 13:58:24
Diffstat (limited to 'dev-python/uncertainties/uncertainties-3.1.7.ebuild')
-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() {