From 22f007a7e50fb2b0264244eb98ffb733ed55afd9 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Thu, 28 Mar 2024 23:27:18 +0100
Subject: [PATCH] python/ansible-core: update to 2.15.10

---
 components/python/ansible-core/patches/03-test-disable-plugins.patch |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/components/python/ansible-core/patches/03-test-disable-plugins.patch b/components/python/ansible-core/patches/03-test-disable-plugins.patch
index cd54841..ee5ab2b 100644
--- a/components/python/ansible-core/patches/03-test-disable-plugins.patch
+++ b/components/python/ansible-core/patches/03-test-disable-plugins.patch
@@ -1,13 +1,19 @@
---- ansible-core-2.15.9/test/lib/ansible_test/_internal/commands/units/__init__.py.orig
-+++ ansible-core-2.15.9/test/lib/ansible_test/_internal/commands/units/__init__.py
-@@ -258,6 +258,10 @@
+--- ansible-core-2.15.10/test/lib/ansible_test/_internal/commands/units/__init__.py.orig
++++ ansible-core-2.15.10/test/lib/ansible_test/_internal/commands/units/__init__.py
+@@ -258,6 +258,16 @@
              '-n', str(args.num_workers) if args.num_workers else 'auto',
              '--color', 'yes' if args.color else 'no',
              '-p', 'no:cacheprovider',
-+            '-p', 'no:black',
-+            '-p', 'no:cov',
-+            '-p', 'no:mypy',
++            '-p', 'no:enabler',
 +            '-p', 'no:relaxed',
++            '-p', 'no:salt-factories',
++            '-p', 'no:salt-factories-event-listener',
++            '-p', 'no:salt-factories-factories',
++            '-p', 'no:salt-factories-loader-mock',
++            '-p', 'no:salt-factories-log-server',
++            '-p', 'no:salt-factories-markers',
++            '-p', 'no:salt-factories-sysinfo',
++            '-p', 'no:system-statistics',
              '-c', os.path.join(ANSIBLE_TEST_DATA_ROOT, 'pytest', 'config', config_name),
              '--junit-xml', os.path.join(ResultType.JUNIT.path, 'python%s-%s-units.xml' % (python.version, test_context)),
              '--strict-markers',  # added in pytest 4.5.0

--
Gitblit v1.9.3