diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-09 21:35:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 22:11:59 +0200 |
commit | 366905a390d3e49feb389215938a7f76adfc6f54 (patch) | |
tree | f0d389830700e3623c8f5980bd0f7fe4a74ad403 /dev-python/psutil | |
parent | dev-python/pytest-xdist: EAPI 8, PEP517 (diff) | |
download | gentoo-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.ebuild | 5 |
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 |