From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 03E6C1584AD for ; Thu, 08 May 2025 22:18:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E15F2343120 for ; Thu, 08 May 2025 22:18:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0759F11049F; Thu, 08 May 2025 22:18:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 033BE11049F for ; Thu, 08 May 2025 22:18:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AF6BF3430DD for ; Thu, 08 May 2025 22:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6509E287C for ; Thu, 08 May 2025 22:18:26 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1746727590.a4224cbe6d3c2f14887399fc72e5b4de0a9ec438.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/authlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/authlib/authlib-1.5.2.ebuild X-VCS-Directories: dev-python/authlib/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a4224cbe6d3c2f14887399fc72e5b4de0a9ec438 X-VCS-Branch: master Date: Thu, 08 May 2025 22:18:26 +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: 8361b946-13d0-4749-bd21-5494fd3744e6 X-Archives-Hash: 321748442f548ccd7268799920ef36c8 commit: a4224cbe6d3c2f14887399fc72e5b4de0a9ec438 Author: Oz Tiram gmail com> AuthorDate: Thu May 8 18:06:30 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu May 8 18:06:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4224cbe dev-python/authlib: update test dependencies Signed-off-by: Oz Tiram gmail.com> dev-python/authlib/authlib-1.5.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/authlib/authlib-1.5.2.ebuild b/dev-python/authlib/authlib-1.5.2.ebuild index 201027904..c280539e0 100644 --- a/dev-python/authlib/authlib-1.5.2.ebuild +++ b/dev-python/authlib/authlib-1.5.2.ebuild @@ -37,7 +37,6 @@ BDEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] dev-python/anyio[${PYTHON_USEDEP}] dev-python/cachelib[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}]