From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7DB81382C5 for ; Tue, 1 Dec 2020 10:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C1A2E084A; Tue, 1 Dec 2020 10:32:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC338E084A for ; Tue, 1 Dec 2020 10:32:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06C8B340E95 for ; Tue, 1 Dec 2020 10:32:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0D66474 for ; Tue, 1 Dec 2020 10:32:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1606818711.e9113127007ce9ee73df9bfc3a10032d30fc093b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hypothesis/hypothesis-5.41.4.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e9113127007ce9ee73df9bfc3a10032d30fc093b X-VCS-Branch: master Date: Tue, 1 Dec 2020 10:32:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e96431a5-2703-45a0-bad0-acd8be0a818a X-Archives-Hash: ca0e7c95bb2cf547d75dead0a89fb6b6 commit: e9113127007ce9ee73df9bfc3a10032d30fc093b Author: Michał Górny gentoo org> AuthorDate: Sat Nov 28 23:32:41 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 1 10:31:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9113127 dev-python/hypothesis: Use dift --via-root API Signed-off-by: Michał Górny gentoo.org> dev-python/hypothesis/hypothesis-5.41.4.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-5.41.4.ebuild b/dev-python/hypothesis/hypothesis-5.41.4.ebuild index 30e83a21773..7cd8e4bcc52 100644 --- a/dev-python/hypothesis/hypothesis-5.41.4.ebuild +++ b/dev-python/hypothesis/hypothesis-5.41.4.ebuild @@ -48,11 +48,7 @@ python_prepare() { } python_test() { - local -x PYTHONPATH="${BUILD_DIR}/install/lib" - esetup.py install \ - --root="${BUILD_DIR}/install" \ - --install-lib=lib - + distutils_install_for_testing --via-root pytest -vv tests/cover tests/pytest tests/quality \ -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" || die "Tests fail with ${EPYTHON}"