Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/
Date: Sat, 08 Aug 2020 09:04:44
Message-Id: 1596877446.c6a266894e3c5593c1187f6a1f6715f20265f0c3.juippis@gentoo
1 commit: c6a266894e3c5593c1187f6a1f6715f20265f0c3
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 8 09:00:51 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 8 09:04:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a26689
7
8 dev-python/spyder-notebook: python_test typofix on 0.3.0
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild
16 index 50d2780db16..2392d07aaef 100644
17 --- a/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild
18 +++ b/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild
19 @@ -40,6 +40,6 @@ DOCS=( "README.md" "RELEASE.md" "CHANGELOG.md" "doc/example.gif" )
20 RESTRICT="test"
21 distutils_enable_tests pytest
22
23 -pytthon_test() {
24 +python_test() {
25 virtx pytest -vv
26 }