diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-06-23 21:10:17 +0200 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2022-06-28 13:57:43 -0700 |
commit | 12d79320dae923860ffe41801367df8336ac931c (patch) | |
tree | 8a39b5521a001bf27ab87b0ff3253d5628ed8f59 /app-admin/salt | |
parent | net-firewall/nftlb: add 1.0.6, drop 1.0 (diff) | |
download | gentoo-12d79320dae923860ffe41801367df8336ac931c.tar.gz gentoo-12d79320dae923860ffe41801367df8336ac931c.tar.bz2 gentoo-12d79320dae923860ffe41801367df8336ac931c.zip |
app-admin/salt: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/26061
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-admin/salt')
-rw-r--r-- | app-admin/salt/files/salt-3000.9-tests.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-admin/salt/files/salt-3000.9-tests.patch b/app-admin/salt/files/salt-3000.9-tests.patch deleted file mode 100644 index 9b7a1786e72a..000000000000 --- a/app-admin/salt/files/salt-3000.9-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/tests/unit/modules/test_cmdmod.py b/tests/unit/modules/test_cmdmod.py -index 2d88706b49..ec8b623f5b 100644 ---- a/tests/unit/modules/test_cmdmod.py -+++ b/tests/unit/modules/test_cmdmod.py -@@ -509,6 +509,7 @@ class CMDMODTestCase(TestCase, LoaderModuleMockMixin): - self.assertEqual(ret['stdout'], - salt.utils.stringutils.to_unicode(stdout)) - -+ @skipIf(True, "Not happy in sandbox") - def test_run_all_output_loglevel_debug(self): - ''' - Test that specifying debug for loglevel |