From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1194908-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 001BC138359
	for <garchives@archives.gentoo.org>; Sat,  8 Aug 2020 09:04:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 05368E0B7D;
	Sat,  8 Aug 2020 09:04:41 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DEDA0E0B78
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Aug 2020 09:04:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C836D34F52D
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Aug 2020 09:04:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E5DC7320
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Aug 2020 09:04:35 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1596877446.c6a266894e3c5593c1187f6a1f6715f20265f0c3.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild
X-VCS-Directories: dev-python/spyder-notebook/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: c6a266894e3c5593c1187f6a1f6715f20265f0c3
X-VCS-Branch: master
Date: Sat,  8 Aug 2020 09:04:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7ab3b29a-66a4-4e1a-bbc0-f238a94c422b
X-Archives-Hash: ed1bceb0a910e5c156d57c3482ab04ce

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
 }