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 6459615827B for ; Wed, 13 Aug 2025 15:47:36 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 501FD340FB4 for ; Wed, 13 Aug 2025 15:47:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BD94D11056E; Wed, 13 Aug 2025 15:47:10 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id ACDC611056F for ; Wed, 13 Aug 2025 15:47:10 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F153340E3E for ; Wed, 13 Aug 2025 15:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B40E33365 for ; Wed, 13 Aug 2025 15:47:07 +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: <1755098858.45d80bd7c3f25164e70b398b829d2855a2adce47.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/steam/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/steam/steam-1.6.1.ebuild X-VCS-Directories: dev-python/steam/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 45d80bd7c3f25164e70b398b829d2855a2adce47 X-VCS-Branch: master Date: Wed, 13 Aug 2025 15:47:07 +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: 2e4dc32d-a840-4b61-ab08-7907ce56d269 X-Archives-Hash: 920f465faeb7afd7583a81d67d8da17c commit: 45d80bd7c3f25164e70b398b829d2855a2adce47 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed Aug 13 15:27:38 2025 +0000 Commit: David Roman gmail com> CommitDate: Wed Aug 13 15:27:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45d80bd7 dev-python/steam: enable tests Closes: https://bugs.gentoo.org/910098 Signed-off-by: Gonçalo Negrier Duarte gmail.com> dev-python/steam/steam-1.6.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/steam/steam-1.6.1.ebuild b/dev-python/steam/steam-1.6.1.ebuild index 37788d17da..d5e124beed 100644 --- a/dev-python/steam/steam-1.6.1.ebuild +++ b/dev-python/steam/steam-1.6.1.ebuild @@ -34,6 +34,8 @@ RDEPEND=" dev-python/wsproto[${PYTHON_USEDEP}] " +distutils_enable_tests pytest + pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then ewarn "If you intend to use this library for anything else than"