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 D4761138359 for ; Tue, 28 Jul 2020 12:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28011E0952; Tue, 28 Jul 2020 12:53:14 +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 04711E0952 for ; Tue, 28 Jul 2020 12:53:13 +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 0565A34F277 for ; Tue, 28 Jul 2020 12:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82947274 for ; Tue, 28 Jul 2020 12:53:11 +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: <1595940753.c36b915e46a5c80295dd59f1608b64f051f12d3c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild X-VCS-Directories: dev-python/pytest-xdist/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c36b915e46a5c80295dd59f1608b64f051f12d3c X-VCS-Branch: master Date: Tue, 28 Jul 2020 12:53:11 +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: 6aedbc3e-9065-4689-ba39-0795f3fbbc33 X-Archives-Hash: 34eccd426676454af66ef8019bf14bd5 commit: c36b915e46a5c80295dd59f1608b64f051f12d3c Author: Michał Górny gentoo org> AuthorDate: Tue Jul 28 12:52:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 28 12:52:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36b915e dev-python/pytest-xdist: Remove obsolete patch in 1.34.0 Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild index 963bc520b04..44044473454 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild @@ -33,10 +33,6 @@ BDEPEND=" ) " -PATCHES=( - "${FILESDIR}"/pytest-xdist-1.32.0-timeout.patch -) - python_test() { distutils_install_for_testing pytest -vv testing || die "Tests failed under ${EPYTHON}"