diff options
Diffstat (limited to 'dev-python/psutil/psutil-5.9.0.ebuild')
-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 |