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 4BADE138350 for ; Tue, 31 Mar 2020 09:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07710E09CE; Tue, 31 Mar 2020 09:07:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DC5E0E09C8 for ; Tue, 31 Mar 2020 09:07:22 +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 6F05034F048 for ; Tue, 31 Mar 2020 09:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D551019F for ; Tue, 31 Mar 2020 09:07:18 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585596977.7d8aae28ba3c60abde06b110e23c0af491e701fe.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aspectlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aspectlib/aspectlib-1.4.2.ebuild X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7d8aae28ba3c60abde06b110e23c0af491e701fe X-VCS-Branch: master Date: Tue, 31 Mar 2020 09:07:18 +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: ac47895f-f268-4c52-8598-b56d989a7672 X-Archives-Hash: 3cb72848567c82f84353abf1090e7fee commit: 7d8aae28ba3c60abde06b110e23c0af491e701fe Author: Alessandro Barbieri gmail com> AuthorDate: Mon Mar 30 18:26:44 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Mar 30 19:36:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d8aae28 dev-python/aspectlib: restrict pytest version avoid deprecated stuff removed in pytest-4 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/aspectlib/aspectlib-1.4.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/aspectlib/aspectlib-1.4.2.ebuild b/dev-python/aspectlib/aspectlib-1.4.2.ebuild index f38deef..24ebfe8 100644 --- a/dev-python/aspectlib/aspectlib-1.4.2.ebuild +++ b/dev-python/aspectlib/aspectlib-1.4.2.ebuild @@ -33,6 +33,7 @@ DEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/process-tests[${PYTHON_USEDEP}] +