commit: c6a266894e3c5593c1187f6a1f6715f20265f0c3
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 09:00:51 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 09:04:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a26689
dev-python/spyder-notebook: python_test typofix on 0.3.0
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild
b/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild
index 50d2780db16..2392d07aaef 100644
--- a/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild
+++ b/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild
@@ -40,6 +40,6 @@ DOCS=( "README.md" "RELEASE.md" "CHANGELOG.md"
"doc/example.gif" )
RESTRICT="test"
distutils_enable_tests pytest
-pytthon_test() {
+python_test() {
virtx pytest -vv
}