summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-09 21:35:37 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-09 22:11:59 +0200
commit366905a390d3e49feb389215938a7f76adfc6f54 (patch)
treef0d389830700e3623c8f5980bd0f7fe4a74ad403 /dev-python/psutil
parentdev-python/pytest-xdist: EAPI 8, PEP517 (diff)
downloadgentoo-366905a390d3e49feb389215938a7f76adfc6f54.tar.gz
gentoo-366905a390d3e49feb389215938a7f76adfc6f54.tar.bz2
gentoo-366905a390d3e49feb389215938a7f76adfc6f54.zip
dev-python/psutil: Reenable tests on pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/psutil')
-rw-r--r--dev-python/psutil/psutil-5.9.0.ebuild5
1 files changed, 0 insertions, 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