From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1532729-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 34D69158009
	for <garchives@archives.gentoo.org>; Tue, 27 Jun 2023 06:44:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 89293E08A8;
	Tue, 27 Jun 2023 06:44:00 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7466AE08A8
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Jun 2023 06:44:00 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BB4BE340F7F
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Jun 2023 06:43:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 566F5135
	for <gentoo-commits@lists.gentoo.org>; Tue, 27 Jun 2023 06:43:58 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1687848207.d65f31411698c225fba07c7c45da1e81eb8c1acb.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vcrpy/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/vcrpy/vcrpy-4.3.0.ebuild
X-VCS-Directories: dev-python/vcrpy/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: d65f31411698c225fba07c7c45da1e81eb8c1acb
X-VCS-Branch: master
Date: Tue, 27 Jun 2023 06:43:58 +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: be024499-a60a-42af-93fc-7ebf4f962fcc
X-Archives-Hash: c0985bc6109163f9a5078f1741720fb4

commit:     d65f31411698c225fba07c7c45da1e81eb8c1acb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 06:43:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 06:43:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65f3141

dev-python/vcrpy: fix WhitespaceFound

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/vcrpy/vcrpy-4.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/vcrpy/vcrpy-4.3.0.ebuild b/dev-python/vcrpy/vcrpy-4.3.0.ebuild
index 619447a5d035..c79ba759c2f7 100644
--- a/dev-python/vcrpy/vcrpy-4.3.0.ebuild
+++ b/dev-python/vcrpy/vcrpy-4.3.0.ebuild
@@ -47,7 +47,7 @@ python_test() {
 		tests/integration/test_boto.py
 		tests/integration/test_httplib2.py::test_effective_url
 		tests/integration/test_httpx.py
-                tests/integration/test_record_mode.py::test_new_episodes_record_mode_two_times
+		tests/integration/test_record_mode.py::test_new_episodes_record_mode_two_times
 		tests/integration/test_urllib2.py
 		tests/integration/test_urllib3.py::test_redirects
 		tests/integration/test_wild.py::test_amazon_doctype