From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1669253-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 95F94158083
	for <garchives@archives.gentoo.org>; Tue, 10 Sep 2024 09:31:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C8B4AE2A02;
	Tue, 10 Sep 2024 09:31:15 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 ACED7E2A02
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Sep 2024 09:31:15 +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 D2C47342F8D
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Sep 2024 09:31:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 32D111607
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Sep 2024 09:31:13 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@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, "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
Message-ID: <1725960485.4c1ac2fe65f195915e92d0503b253419276982ca.andrewammerlaan@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/spyder/spyder-5.5.6.ebuild dev-python/spyder/spyder-6.0.0.ebuild
X-VCS-Directories: dev-python/spyder/
X-VCS-Committer: andrewammerlaan
X-VCS-Committer-Name: Andrew Ammerlaan
X-VCS-Revision: 4c1ac2fe65f195915e92d0503b253419276982ca
X-VCS-Branch: master
Date: Tue, 10 Sep 2024 09:31:13 +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: 5db85f3c-605d-4cf4-bae4-92d28b5ca859
X-Archives-Hash: ba1fce297a310330f69f804f49692279

commit:     4c1ac2fe65f195915e92d0503b253419276982ca
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 09:28:05 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 09:28:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1ac2fe

dev-python/spyder: drop (broken) test support

This is not working anyway and it is now blocking clean-up of
dev-python/pytest-lazy-fixture. Upstream has made it clear they don't
care about downstream distribution packaging so I strongly doubt they
will take any pull request to migrate away from pytest-lazy-fixture and
I don't feel like arguing with them (again).

Closes: https://bugs.gentoo.org/939425
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/spyder/spyder-5.5.6.ebuild | 44 +++++++++++++++++------------------
 dev-python/spyder/spyder-6.0.0.ebuild | 44 +++++++++++++++++------------------
 2 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/dev-python/spyder/spyder-5.5.6.ebuild b/dev-python/spyder/spyder-5.5.6.ebuild
index fde20eed16f9..adff8e0dbaa0 100644
--- a/dev-python/spyder/spyder-5.5.6.ebuild
+++ b/dev-python/spyder/spyder-5.5.6.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1 optfeature virtualx xdg
+inherit distutils-r1 optfeature xdg #virtualx
 
 # Commit of documentation to fetch
 DOCS_PV="6951e02799fc7cd1f29456f1d93cfdcb570dad27"
@@ -64,23 +64,23 @@ RDEPEND="
 	>=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
 "
 
-BDEPEND="
-	test? (
-		dev-python/cython[${PYTHON_USEDEP}]
-		dev-python/flaky[${PYTHON_USEDEP}]
-		dev-python/matplotlib[tk,${PYTHON_USEDEP}]
-		dev-python/pandas[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP}]
-		dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		dev-python/pytest-order[${PYTHON_USEDEP}]
-		dev-python/pytest-qt[${PYTHON_USEDEP}]
-		dev-python/pytest-timeout[${PYTHON_USEDEP}]
-		dev-python/pyyaml[${PYTHON_USEDEP}]
-		dev-python/QtPy[${PYTHON_USEDEP},pyside2,pyqt5]
-		dev-python/scipy[${PYTHON_USEDEP}]
-		dev-python/sympy[${PYTHON_USEDEP}]
-	)"
+# BDEPEND="
+# 	test? (
+# 		dev-python/cython[${PYTHON_USEDEP}]
+# 		dev-python/flaky[${PYTHON_USEDEP}]
+# 		dev-python/matplotlib[tk,${PYTHON_USEDEP}]
+# 		dev-python/pandas[${PYTHON_USEDEP}]
+# 		dev-python/pillow[${PYTHON_USEDEP}]
+# 		dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
+# 		dev-python/pytest-mock[${PYTHON_USEDEP}]
+# 		dev-python/pytest-order[${PYTHON_USEDEP}]
+# 		dev-python/pytest-qt[${PYTHON_USEDEP}]
+# 		dev-python/pytest-timeout[${PYTHON_USEDEP}]
+# 		dev-python/pyyaml[${PYTHON_USEDEP}]
+# 		dev-python/QtPy[${PYTHON_USEDEP},pyside2,pyqt5]
+# 		dev-python/scipy[${PYTHON_USEDEP}]
+# 		dev-python/sympy[${PYTHON_USEDEP}]
+# 	)"
 
 # Based on the courtesy of Arfrever
 # This patch removes a call to update-desktop-database during build
@@ -100,7 +100,7 @@ DOCS=(
 	"RELEASE.md"
 )
 
-distutils_enable_tests pytest
+# distutils_enable_tests pytest
 # TODO: Package sphinx-design
 # distutils_enable_sphinx docs/doc \
 # 	dev-python/sphinx-panels \
@@ -164,9 +164,9 @@ python_prepare_all() {
 
 # Calling pytest directly somehow passes the pytest arguments to spyder
 # causing an invalid argument error
-python_test() {
-	virtx "${EPYTHON}" runtests.py
-}
+# python_test() {
+# 	virtx "${EPYTHON}" runtests.py
+# }
 
 pkg_postinst() {
 	xdg_pkg_postinst

diff --git a/dev-python/spyder/spyder-6.0.0.ebuild b/dev-python/spyder/spyder-6.0.0.ebuild
index b4c6b1eb1a62..14599f036609 100644
--- a/dev-python/spyder/spyder-6.0.0.ebuild
+++ b/dev-python/spyder/spyder-6.0.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1 optfeature virtualx xdg
+inherit distutils-r1 optfeature xdg #virtualx
 
 # Commit of documentation to fetch
 DOCS_PV="6951e02799fc7cd1f29456f1d93cfdcb570dad27"
@@ -70,23 +70,23 @@ RDEPEND="
 	>=dev-python/yarl-1.9.4[${PYTHON_USEDEP}]
 "
 
-BDEPEND="
-	test? (
-		dev-python/cython[${PYTHON_USEDEP}]
-		dev-python/flaky[${PYTHON_USEDEP}]
-		dev-python/matplotlib[tk,${PYTHON_USEDEP}]
-		dev-python/pandas[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP}]
-		dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		dev-python/pytest-order[${PYTHON_USEDEP}]
-		dev-python/pytest-qt[${PYTHON_USEDEP}]
-		dev-python/pytest-timeout[${PYTHON_USEDEP}]
-		dev-python/pyyaml[${PYTHON_USEDEP}]
-		dev-python/QtPy[${PYTHON_USEDEP}]
-		dev-python/scipy[${PYTHON_USEDEP}]
-		dev-python/sympy[${PYTHON_USEDEP}]
-	)"
+# BDEPEND="
+# 	test? (
+# 		dev-python/cython[${PYTHON_USEDEP}]
+# 		dev-python/flaky[${PYTHON_USEDEP}]
+# 		dev-python/matplotlib[tk,${PYTHON_USEDEP}]
+# 		dev-python/pandas[${PYTHON_USEDEP}]
+# 		dev-python/pillow[${PYTHON_USEDEP}]
+# 		dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
+# 		dev-python/pytest-mock[${PYTHON_USEDEP}]
+# 		dev-python/pytest-order[${PYTHON_USEDEP}]
+# 		dev-python/pytest-qt[${PYTHON_USEDEP}]
+# 		dev-python/pytest-timeout[${PYTHON_USEDEP}]
+# 		dev-python/pyyaml[${PYTHON_USEDEP}]
+# 		dev-python/QtPy[${PYTHON_USEDEP}]
+# 		dev-python/scipy[${PYTHON_USEDEP}]
+# 		dev-python/sympy[${PYTHON_USEDEP}]
+# 	)"
 
 # Based on the courtesy of Arfrever
 # This patch removes a call to update-desktop-database during build
@@ -106,7 +106,7 @@ DOCS=(
 	"RELEASE.md"
 )
 
-distutils_enable_tests pytest
+# distutils_enable_tests pytest
 # TODO: Package sphinx-design
 # distutils_enable_sphinx docs/doc \
 # 	dev-python/sphinx-panels \
@@ -166,9 +166,9 @@ python_prepare_all() {
 
 # Calling pytest directly somehow passes the pytest arguments to spyder
 # causing an invalid argument error
-python_test() {
-	virtx "${EPYTHON}" runtests.py
-}
+# python_test() {
+# 	virtx "${EPYTHON}" runtests.py
+# }
 
 pkg_postinst() {
 	xdg_pkg_postinst