From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1179799-garchives=archives.gentoo.org@lists.gentoo.org> 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 300BB1382C5 for <garchives@archives.gentoo.org>; Mon, 15 Jun 2020 11:35:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 771D8E08DC; Mon, 15 Jun 2020 11:35:10 +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 56812E08DC for <gentoo-commits@lists.gentoo.org>; Mon, 15 Jun 2020 11:35:10 +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 4755434F000 for <gentoo-commits@lists.gentoo.org>; Mon, 15 Jun 2020 11:35:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 856CD2A4 for <gentoo-commits@lists.gentoo.org>; Mon, 15 Jun 2020 11:35:05 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> 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" <andrewammerlaan@riseup.net> Message-ID: <1592220207.3a119f4cebbec3fda19ffd3b9ea97350fca05f52.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-trio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-trio/pytest-trio-0.6.0.ebuild X-VCS-Directories: dev-python/pytest-trio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3a119f4cebbec3fda19ffd3b9ea97350fca05f52 X-VCS-Branch: master Date: Mon, 15 Jun 2020 11:35:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ba20444-6c23-4448-8da0-04202c8909ed X-Archives-Hash: 943d8a6ae0c0218d3fc34cc37b3a5497 Message-ID: <20200615113505.CmyLXX2tB4A6OPrspmsrUTv6lVVIo20KTxIoO9a5xTY@z> commit: 3a119f4cebbec3fda19ffd3b9ea97350fca05f52 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Mon Jun 15 11:23:27 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Mon Jun 15 11:23:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a119f4c dev-python/pytest-trio: add py3_8 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/pytest-trio/pytest-trio-0.6.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild index 9376d18..dc34ecf 100644 --- a/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend @@ -20,7 +20,7 @@ LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" KEYWORDS="~amd64 ~x86" -# lots of different errors +# fixture 'testdir' not found, should be in pytest according to the manual RESTRICT="test" RDEPEND=" @@ -32,7 +32,6 @@ DEPEND=" ${RDEPEND} test? ( >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}] - dev-python/pytest-trio[${PYTHON_USEDEP}] !~dev-python/pytest-3.7.0[${PYTHON_USEDEP}] !~dev-python/pytest-3.7.1[${PYTHON_USEDEP}] >=dev-python/pytest-4.3[${PYTHON_USEDEP}] @@ -60,7 +59,6 @@ python_test() { #even upstream doesn't know how to run their tests #https://github.com/python-trio/pytest-trio/issues/84 #"Our CI is still passing AFAIK" - PYTHONPATH="${S}" cd "${S}" || die pytest -vv || die "Tests fail with ${EPYTHON}"