From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1651705-garchives=archives.gentoo.org@lists.gentoo.org>
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 502491581C1
	for <garchives@archives.gentoo.org>; Thu, 11 Jul 2024 12:00:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 27C38E2A59;
	Thu, 11 Jul 2024 12:00:00 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 0D05CE2A5A
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jul 2024 12:00:00 +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 5026333F9FD
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jul 2024 11:59:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 99E081E1E
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jul 2024 11:59:56 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1720699186.bd947bc962961d2178b19efcd54799083b33754d.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-twisted/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild
X-VCS-Directories: dev-python/pytest-twisted/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: bd947bc962961d2178b19efcd54799083b33754d
X-VCS-Branch: master
Date: Thu, 11 Jul 2024 11:59:56 +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: 00165263-8214-499a-b4f5-2f1a71bc2622
X-Archives-Hash: 221cfee1aeb54f6f59c83a25616eaadc

commit:     bd947bc962961d2178b19efcd54799083b33754d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 11:31:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 11:59:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd947bc9

dev-python/pytest-twisted: Reenable the fixed test

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild b/dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild
index 7eb7eb429338..c6585205c277 100644
--- a/dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild
+++ b/dev-python/pytest-twisted/pytest-twisted-1.14.2.ebuild
@@ -52,11 +52,5 @@ python_test() {
 	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
 	local -x PYTEST_PLUGINS=pytest_twisted
 
-	local EPYTEST_DESELECT=(
-		# regression with pytest-8.2
-		# https://github.com/pytest-dev/pytest-twisted/issues/176
-		testing/test_basic.py::test_async_fixture_module_scope
-	)
-
 	epytest -p pytester
 }