summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-07-08 12:10:56 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-07-08 13:07:52 +0200
commitd3d4e18ffeff9133688d779562e2ff89618fe2b5 (patch)
tree5f3f0acefb5bbf9b47eee077a920728adebaa46a /dev-python/spyder-unittest
parentdev-python/spyder-terminal: remove version 0.5.0 (diff)
downloadgentoo-d3d4e18ffeff9133688d779562e2ff89618fe2b5.tar.gz
gentoo-d3d4e18ffeff9133688d779562e2ff89618fe2b5.tar.bz2
gentoo-d3d4e18ffeff9133688d779562e2ff89618fe2b5.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/spyder-unittest')
-rw-r--r--dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild4
1 files changed, 3 insertions, 1 deletions
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 b7c4d7427f18..ca9b9487f598 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() {