jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / ansible-core / patches / 03-test-disable-plugins.patch
blob066e3675a68fbeb17176888f029570268fc43620
1 --- ansible_core-2.15.12/test/lib/ansible_test/_internal/commands/units/__init__.py.orig
2 +++ ansible_core-2.15.12/test/lib/ansible_test/_internal/commands/units/__init__.py
3 @@ -258,6 +258,16 @@
4 '-n', str(args.num_workers) if args.num_workers else 'auto',
5 '--color', 'yes' if args.color else 'no',
6 '-p', 'no:cacheprovider',
7 + '-p', 'no:enabler',
8 + '-p', 'no:relaxed',
9 + '-p', 'no:salt-factories',
10 + '-p', 'no:salt-factories-event-listener',
11 + '-p', 'no:salt-factories-factories',
12 + '-p', 'no:salt-factories-loader-mock',
13 + '-p', 'no:salt-factories-log-server',
14 + '-p', 'no:salt-factories-markers',
15 + '-p', 'no:salt-factories-sysinfo',
16 + '-p', 'no:system-statistics',
17 '-c', os.path.join(ANSIBLE_TEST_DATA_ROOT, 'pytest', 'config', config_name),
18 '--junit-xml', os.path.join(ResultType.JUNIT.path, 'python%s-%s-units.xml' % (python.version, test_context)),
19 '--strict-markers', # added in pytest 4.5.0