commit: e98a1ed2a2539e0613dcd4f08218d2150af606cf Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Jun 2 08:16:31 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 2 11:51:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98a1ed2
dev-python/botocore: remove unused patch Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25726 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> ...8.6-tests-pass-all-env-vars-to-cmd-runner.patch | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/dev-python/botocore/files/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch b/dev-python/botocore/files/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch deleted file mode 100644 index 49fd3adef376..000000000000 --- a/dev-python/botocore/files/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 78077a5e80c9ad5f909037a48100481ddfedc6b2 Mon Sep 17 00:00:00 2001 -From: Andrey Utkin <[email protected]> -Date: Wed, 13 Dec 2017 01:50:03 +0000 -Subject: [PATCH] tests: pass all env vars to cmd-runner - -cmd-runner was started with no environment variables inherited. -This breaks tests when run with custom PYTHONPATH, which is useful for -testing botocore while not being installed in standard locations. - -One case when this is important is performing tests before installing -the package in Gentoo Linux. - -Link: https://bugs.gentoo.org/640726 ---- - tests/__init__.py | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/tests/__init__.py b/tests/__init__.py -index 74a2e4de..fa0b819b 100644 ---- a/tests/__init__.py -+++ b/tests/__init__.py -@@ -145,6 +145,7 @@ class BaseClientDriverTest(unittest.TestCase): - if self.INJECT_DUMMY_CREDS: - env = {'AWS_ACCESS_KEY_ID': 'foo', - 'AWS_SECRET_ACCESS_KEY': 'bar'} -+ env.update(os.environ) - self.driver.start(env=env) - - def cmd(self, *args): --- -2.15.1 -
