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: Sun, 01 Jan 2023 16:11:25
Message-Id: 1672589468.ae0d2f154866f19580c13bdd1d9e7b280dddd51a.andrewammerlaan@gentoo
1 commit: ae0d2f154866f19580c13bdd1d9e7b280dddd51a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:10:04 2023 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:11:08 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0d2f15
7
8 dev-python/spyder-unittest: drop dep on nose
9
10 it is only required optionally at runtime or to test this optional feature
11
12 Closes: https://bugs.gentoo.org/888267
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
19 index e5d87beccf01..a5ce83462d50 100644
20 --- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
21 +++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2022 Gentoo Authors
24 +# Copyright 1999-2023 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -30,7 +30,6 @@ RDEPEND="
29
30 DEPEND="test? (
31 dev-python/flaky[${PYTHON_USEDEP}]
32 - dev-python/nose[${PYTHON_USEDEP}]
33 dev-python/pytest-mock[${PYTHON_USEDEP}]
34 dev-python/pytest-qt[${PYTHON_USEDEP}]
35 )"