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 A8D76138334 for ; Wed, 11 Jul 2018 22:11:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E560DE088C; Wed, 11 Jul 2018 22:11:26 +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 AFCA2E088C for ; Wed, 11 Jul 2018 22:11:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ECDDB335CCC for ; Wed, 11 Jul 2018 22:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49FF5366 for ; Wed, 11 Jul 2018 22:11:22 +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: <1531347078.61401c1bf541b3e346072eb2997da2448b6e1231.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-3.4.2.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 61401c1bf541b3e346072eb2997da2448b6e1231 X-VCS-Branch: master Date: Wed, 11 Jul 2018 22:11:22 +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-Archives-Salt: 5104a013-1444-44e5-9359-84509676ecdb X-Archives-Hash: fc855418c04ba3e12f77cf9e3b6d33b8 commit: 61401c1bf541b3e346072eb2997da2448b6e1231 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 11 15:57:21 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 11 22:11:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61401c1b dev-python/pytest: Raise pytest-xdist requirement Raise required dev-python/pytest-xdist version to fix tests. dev-python/pytest/pytest-3.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index d9b4a24f1a2..1f02558ba40 100644 --- a/dev-python/pytest/pytest-3.4.2.ebuild +++ b/dev-python/pytest/pytest-3.4.2.ebuild @@ -34,7 +34,7 @@ DEPEND="${COMMON_DEPEND} dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}] - >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}] + >=dev-python/pytest-xdist-1.22.2[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]