Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psutil/
Date: Mon, 09 May 2022 20:12:39
Message-Id: 1652127119.366905a390d3e49feb389215938a7f76adfc6f54.mgorny@gentoo
1 commit: 366905a390d3e49feb389215938a7f76adfc6f54
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 19:35:37 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 20:11:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366905a3
7
8 dev-python/psutil: Reenable tests on pypy3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/psutil/psutil-5.9.0.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/dev-python/psutil/psutil-5.9.0.ebuild b/dev-python/psutil/psutil-5.9.0.ebuild
16 index df449a5481c5..baf0ec1ad2e9 100644
17 --- a/dev-python/psutil/psutil-5.9.0.ebuild
18 +++ b/dev-python/psutil/psutil-5.9.0.ebuild
19 @@ -23,11 +23,6 @@ PATCHES=(
20 )
21
22 python_test() {
23 - if [[ ${EPYTHON} == pypy* ]]; then
24 - ewarn "Not running tests on ${EPYTHON} since they are broken"
25 - return 0
26 - fi
27 -
28 # since we are running in an environment a bit similar to CI,
29 # let's skip the tests that are disable for CI
30 local -x TRAVIS=1