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>
This commit is contained in:
Andrew Ammerlaan
2021-07-08 12:10:56 +02:00
parent 858ce8b899
commit d3d4e18ffe

View File

@@ -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() {