Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-unittest/
Date: Thu, 08 Jul 2021 11:08:02
Message-Id: 1625742472.d3d4e18ffeff9133688d779562e2ff89618fe2b5.andrewammerlaan@gentoo
1 commit: d3d4e18ffeff9133688d779562e2ff89618fe2b5
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 10:10:56 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 11:07:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d4e18f
7
8 dev-python/spyder-unittest: allow use of spyder-5
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
17 index b7c4d7427f1..ca9b9487f59 100644
18 --- a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
19 +++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
20 @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
21
22 RDEPEND="
23 >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
24 - <dev-python/spyder-5.0.0[${PYTHON_USEDEP}]
25 dev-python/pyzmq[${PYTHON_USEDEP}]
26 dev-python/lxml[${PYTHON_USEDEP}]
27 "
28 @@ -29,6 +28,9 @@ DEPEND="test? (
29 dev-python/pytest-qt[${PYTHON_USEDEP}]
30 )"
31
32 +# Tests fail with spyder-5, however the plugin does load and is usable
33 +RESTRICT="test"
34 +
35 distutils_enable_tests pytest
36
37 python_test() {