summaryrefslogtreecommitdiff
path: root/dev-python/psutil/psutil-7.2.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/psutil/psutil-7.2.2.ebuild')
-rw-r--r--dev-python/psutil/psutil-7.2.2.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-python/psutil/psutil-7.2.2.ebuild b/dev-python/psutil/psutil-7.2.2.ebuild
index 6eef6d832e72..c2d9e7db1b97 100644
--- a/dev-python/psutil/psutil-7.2.2.ebuild
+++ b/dev-python/psutil/psutil-7.2.2.ebuild
@@ -19,7 +19,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-EPYTEST_PLUGINS=( pytest-subtests )
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_test() {
@@ -84,6 +84,14 @@ python_test() {
tests/test_memleaks.py
)
+ case ${EPYTHON} in
+ python3.15*)
+ EPYTEST_DESELECT+=(
+ tests/test_process.py::TestProcess::test_rlimit_infinity_value
+ )
+ ;;
+ esac
+
# Since we are running in an environment a bit similar to CI,
# let's skip the tests that are disabled for CI
local -x TRAVIS=1