From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 B00E31382C5 for ; Mon, 28 Dec 2020 18:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E586FE0C56; Mon, 28 Dec 2020 18:01:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B1B51E0C56 for ; Mon, 28 Dec 2020 18:01:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DB896341111 for ; Mon, 28 Dec 2020 18:01:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BB6749 for ; Mon, 28 Dec 2020 18:01:12 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1609178455.2f572237ebbf2be2b56803394a40d5c4938cbdb7.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/ekeyword/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/ekeyword/test_ekeyword.py X-VCS-Directories: pym/gentoolkit/ekeyword/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2f572237ebbf2be2b56803394a40d5c4938cbdb7 X-VCS-Branch: master Date: Mon, 28 Dec 2020 18:01:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9df6062c-d14d-406a-960e-f94497f58b68 X-Archives-Hash: cf195d3421d61c0b649d6408b864496b commit: 2f572237ebbf2be2b56803394a40d5c4938cbdb7 Author: Matt Turner gentoo org> AuthorDate: Mon Dec 28 18:00:28 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Dec 28 18:00:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=2f572237 ekeyword: Use mock from unittest Since we only support Python 3.6+. Signed-off-by: Matt Turner gentoo.org> pym/gentoolkit/ekeyword/test_ekeyword.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/ekeyword/test_ekeyword.py b/pym/gentoolkit/ekeyword/test_ekeyword.py index 12a0b54..0763783 100755 --- a/pym/gentoolkit/ekeyword/test_ekeyword.py +++ b/pym/gentoolkit/ekeyword/test_ekeyword.py @@ -10,7 +10,7 @@ import subprocess import tempfile import unittest -import mock +from unittest import mock from gentoolkit.ekeyword import ekeyword