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 5C316138334 for ; Sun, 7 Jul 2019 14:23:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9947FE0894; Sun, 7 Jul 2019 14:23:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 63E8AE0894 for ; Sun, 7 Jul 2019 14:23:03 +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 072F83472E9 for ; Sun, 7 Jul 2019 14:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA353326 for ; Sun, 7 Jul 2019 14:22:58 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1562509367.00953ed653a1ddfc64335a87e7e39059ce83b60a.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild app-emulation/docker-compose/docker-compose-1.23.2.ebuild app-emulation/docker-compose/docker-compose-1.24.0.ebuild app-emulation/docker-compose/docker-compose-1.24.1.ebuild X-VCS-Directories: app-emulation/docker-compose/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 00953ed653a1ddfc64335a87e7e39059ce83b60a X-VCS-Branch: master Date: Sun, 7 Jul 2019 14:22:58 +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: d69d710f-acea-4f9a-9c2c-99aef3f5833a X-Archives-Hash: 19d359fb805e0a797e60865a55dc92ab commit: 00953ed653a1ddfc64335a87e7e39059ce83b60a Author: Sebastian Pipping gentoo org> AuthorDate: Sun Jul 7 14:17:34 2019 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Jul 7 14:22:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00953ed6 app-emulation/docker-compose: Tests need pytest <4 Closes: https://bugs.gentoo.org/688688 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.67, Repoman-2.3.12 app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild | 2 +- app-emulation/docker-compose/docker-compose-1.23.2.ebuild | 2 +- app-emulation/docker-compose/docker-compose-1.24.0.ebuild | 2 +- app-emulation/docker-compose/docker-compose-1.24.1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild b/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild index df1a0e87a65..0e0b3b5585b 100644 --- a/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )" DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] + test? ( =dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" diff --git a/app-emulation/docker-compose/docker-compose-1.23.2.ebuild b/app-emulation/docker-compose/docker-compose-1.23.2.ebuild index 4028e926086..4b06e9a17e9 100644 --- a/app-emulation/docker-compose/docker-compose-1.23.2.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.23.2.ebuild @@ -43,7 +43,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )" DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] + test? ( =dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" diff --git a/app-emulation/docker-compose/docker-compose-1.24.0.ebuild b/app-emulation/docker-compose/docker-compose-1.24.0.ebuild index 27bb0bdfb34..4845028c559 100644 --- a/app-emulation/docker-compose/docker-compose-1.24.0.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.24.0.ebuild @@ -34,7 +34,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )" DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] + test? ( =dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" diff --git a/app-emulation/docker-compose/docker-compose-1.24.1.ebuild b/app-emulation/docker-compose/docker-compose-1.24.1.ebuild index 1efb5d463ed..0a65a87e67c 100644 --- a/app-emulation/docker-compose/docker-compose-1.24.1.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.24.1.ebuild @@ -34,7 +34,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )" DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] + test? ( =dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}"