Diff salt-3006.2 with a salt-3006.3

/usr/portage/app-admin/salt/salt-3006.3.ebuild 2023-10-09 14:52:28.168368317 +0300
128 128
	"${FILESDIR}/salt-3003-gentoolkit-revdep.patch"
129 129
	"${FILESDIR}/salt-3005.1-no-entry-points.patch"
130 130
	"${FILESDIR}/salt-3006-skip-tests-that-oom-machine.patch"
131
	"${FILESDIR}/salt-3006-tests.patch"
132 131
	"${FILESDIR}/salt-3006.2-tests.patch"
132
	"${FILESDIR}/salt-3006.3-tests.patch"
133 133
)
134 134

  
135 135
python_prepare_all() {
......
166 166
	find "${S}" -name '*.txt' -print0 | xargs -0 sed -e '/pycrypto>/ d ; /pycryptodomex/ d' -i || die
167 167
	# pycryptodome rather than pycryptodomex
168 168
	find "${S}" -name '*.py' -print0 | xargs -0 -- sed -i -e 's:Cryptodome:Crypto:g' -- || die
169
	# called_once should be assert_called_once_with
170
	find "${S}/tests" -name '*.py' -print0 | xargs -0 -- sed -i -e 's:[.]called_once:.assert_called_once:g' -- || die
169 171

  
170 172
	distutils-r1_python_prepare_all
171 173
}
......
200 202
		tests/pytests/unit/utils/test_vt.py::test_log_sanitize
201 203
		tests/pytests/unit/client/ssh/test_single.py::test_run_with_pre_flight_args
202 204
		tests/pytests/unit/modules/test_aptpkg.py::test_call_apt_dpkg_lock
205
		tests/pytests/unit/test_master.py::test_fileserver_duration
203 206
		tests/pytests/unit/test_template.py::test_compile_template_str_mkstemp_cleanup
204 207
		tests/pytests/unit/_logging/handlers/test_deferred_stream_handler.py::test_deferred_write_on_flush
205 208
		tests/pytests/unit/_logging/handlers/test_deferred_stream_handler.py::test_sync_with_handlers
206 209
		tests/pytests/unit/modules/test_portage_config.py::test_enforce_nice_config
210
		tests/pytests/unit/modules/test_msteams.py::test_post_card
211
		tests/pytests/unit/states/test_file.py::test_file_recurse_directory_test
207 212
		tests/unit/utils/test_schema.py::ConfigTestCase::test_anyof_config_validation
208 213
		tests/unit/utils/test_schema.py::ConfigTestCase::test_dict_config_validation
209 214
		tests/unit/utils/test_schema.py::ConfigTestCase::test_hostname_config_validation
Thank you!