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 E6084138351 for ; Thu, 2 Apr 2020 10:12:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2271BE0B64; Thu, 2 Apr 2020 10:12:37 +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 08942E0B64 for ; Thu, 2 Apr 2020 10:12:36 +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 78A5A34F011 for ; Thu, 2 Apr 2020 10:12:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BAC818E for ; Thu, 2 Apr 2020 10:12:33 +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: <1585753045.73809d4765611198b50663ec7cd8a680adc98e25.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/trio-asyncio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild X-VCS-Directories: dev-python/trio-asyncio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 73809d4765611198b50663ec7cd8a680adc98e25 X-VCS-Branch: master Date: Thu, 2 Apr 2020 10:12:33 +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: 748e24db-a5bd-4445-aeba-942db78142ad X-Archives-Hash: e4a87655a66c5acc35e20628b5930d1a commit: 73809d4765611198b50663ec7cd8a680adc98e25 Author: Alessandro Barbieri gmail com> AuthorDate: Wed Apr 1 14:57:25 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Apr 1 14:57:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73809d47 dev-python/trio-asyncio: updated dependency Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild index ccf267c..2a881fb 100644 --- a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild +++ b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" # ImportError: cannot import name 'MarkInfo' -# might be an issue in pytest-marks +# MarkInfo removed in pytest-4.1 RESTRICT="test" RDEPEND=" @@ -30,7 +30,7 @@ RDEPEND=" " DEPEND="test? ( - dev-python/pytest-marks[${PYTHON_USEDEP}] +