commit: d3d4e18ffeff9133688d779562e2ff89618fe2b5
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 8 10:10:56 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 8 11:07:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d4e18f
dev-python/spyder-unittest: allow use of spyder-5
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
index b7c4d7427f1..ca9b9487f59 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
@@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
- <dev-python/spyder-5.0.0[${PYTHON_USEDEP}]
dev-python/pyzmq[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
"
@@ -29,6 +28,9 @@ DEPEND="test? (
dev-python/pytest-qt[${PYTHON_USEDEP}]
)"
+# Tests fail with spyder-5, however the plugin does load and is usable
+RESTRICT="test"
+
distutils_enable_tests pytest
python_test() {