From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1599128-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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 799BD15815E
	for <garchives@archives.gentoo.org>; Sat, 10 Feb 2024 10:57:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9B788E29B5;
	Sat, 10 Feb 2024 10:57:00 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7DF93E29B5
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Feb 2024 10:57: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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A70623431C7
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Feb 2024 10:56:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DEAD7358
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Feb 2024 10:56:57 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1707562555.98a7b74b26318ce6fd5321341cf6b28386b4d09e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/tox/tox-4.12.1-r1.ebuild
X-VCS-Directories: dev-python/tox/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 98a7b74b26318ce6fd5321341cf6b28386b4d09e
X-VCS-Branch: master
Date: Sat, 10 Feb 2024 10:56:57 +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: e33e6001-1491-46bc-b2f9-6a8af73252ca
X-Archives-Hash: 2089faa0a85df1246fef81c6e550a4d5

commit:     98a7b74b26318ce6fd5321341cf6b28386b4d09e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 10:55:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 10:55:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a7b74b

dev-python/tox: restore test needing re-assert for pypy

Fixes: fdb2355fc0db6f2ebf0fae9471c27d8da52a7a14
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/tox/tox-4.12.1-r1.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dev-python/tox/tox-4.12.1-r1.ebuild b/dev-python/tox/tox-4.12.1-r1.ebuild
index 21d8b3db653d..e80094cd0dd9 100644
--- a/dev-python/tox/tox-4.12.1-r1.ebuild
+++ b/dev-python/tox/tox-4.12.1-r1.ebuild
@@ -83,10 +83,5 @@ python_test() {
 		'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[requirements_constraints_indirect-True-True]'
 	)
 
-	[[ ${EPYTHON} == pypy3 ]] && EPYTEST_IGNORE+=(
-		# requires dev-python/re-assert
-		tests/session/cmd/test_sequential.py
-	)
-
 	epytest
 }