summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-01 17:10:04 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-01 17:11:08 +0100
commitae0d2f154866f19580c13bdd1d9e7b280dddd51a (patch)
tree177e27d9aaf5300c6888816397d3f86b57a60377
parentmedia-libs/ctl: add 1.5.2_p20221224 (diff)
downloadgentoo-ae0d2f15.tar.gz
gentoo-ae0d2f15.tar.bz2
gentoo-ae0d2f15.zip
dev-python/spyder-unittest: drop dep on nose
it is only required optionally at runtime or to test this optional feature Closes: https://bugs.gentoo.org/888267 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
index e5d87beccf01..a5ce83462d50 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -30,7 +30,6 @@ RDEPEND="
DEPEND="test? (
dev-python/flaky[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/pytest-qt[${PYTHON_USEDEP}]
)"