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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AF4D158003 for ; Sun, 2 Jan 2022 14:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F7582BC028; Sun, 2 Jan 2022 14:59:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 300BB2BC028 for ; Sun, 2 Jan 2022 14:59:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 219C4342C44 for ; Sun, 2 Jan 2022 14:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAC71A5 for ; Sun, 2 Jan 2022 14:59:02 +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: <1641135393.898338394faf5c833d3f1b1aa8757fbf720ecca6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/billiard/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/billiard/billiard-3.6.4.0.ebuild X-VCS-Directories: dev-python/billiard/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 898338394faf5c833d3f1b1aa8757fbf720ecca6 X-VCS-Branch: master Date: Sun, 2 Jan 2022 14:59:02 +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: 7bcd5ca4-3f66-44ea-b1e4-7cfd42fa201b X-Archives-Hash: b3482d3cf42f87b8d8e92563e7939493 Message-ID: <20220102145902.LWoQmk5JGnog-XzjRbgCx2S85qMDKbBQAELt0VcEYbI@z> commit: 898338394faf5c833d3f1b1aa8757fbf720ecca6 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Jan 2 14:56:33 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jan 2 14:56:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89833839 dev-python/billiard: drop pytest restriction Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/billiard/billiard-3.6.4.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/billiard/billiard-3.6.4.0.ebuild b/dev-python/billiard/billiard-3.6.4.0.ebuild index 8cad971af..7dc902faf 100644 --- a/dev-python/billiard/billiard-3.6.4.0.ebuild +++ b/dev-python/billiard/billiard-3.6.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -22,8 +22,6 @@ RDEPEND="" DEPEND=" test? ( >=dev-python/case-1.3.1[${PYTHON_USEDEP}] - >=dev-python/pytest-3.0[${PYTHON_USEDEP}] -