commit: 366905a390d3e49feb389215938a7f76adfc6f54
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 19:35:37 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 9 20:11:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366905a3
dev-python/psutil: Reenable tests on pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/psutil/psutil-5.9.0.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-python/psutil/psutil-5.9.0.ebuild
b/dev-python/psutil/psutil-5.9.0.ebuild
index df449a5481c5..baf0ec1ad2e9 100644
--- a/dev-python/psutil/psutil-5.9.0.ebuild
+++ b/dev-python/psutil/psutil-5.9.0.ebuild
@@ -23,11 +23,6 @@ PATCHES=(
)
python_test() {
- if [[ ${EPYTHON} == pypy* ]]; then
- ewarn "Not running tests on ${EPYTHON} since they are broken"
- return 0
- fi
-
# since we are running in an environment a bit similar to CI,
# let's skip the tests that are disable for CI
local -x TRAVIS=1