Diff scipy-1.11.2 with a scipy-1.11.3

/usr/portage/dev-python/scipy/scipy-1.11.3.ebuild 2023-10-09 14:52:30.372368372 +0300
38 38
		)"
39 39

  
40 40
	if [[ ${PV} != *rc* ]] ; then
41
		KEYWORDS="amd64 arm arm64 -hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
41
		KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
42 42
	fi
43 43
fi
44 44

  
......
106 106

  
107 107
		# Precision issue with diff. blas?
108 108
		scipy/optimize/tests/test__basinhopping.py::Test_Metropolis::test_gh7799
109

  
110
		# Crashes with assertion, not a regression
111
		# https://github.com/scipy/scipy/issues/19321
112
		scipy/signal/tests/test_signaltools.py::test_lfilter_bad_object
109 113
	)
110 114
	local EPYTEST_IGNORE=()
111 115

  
......
115 119
		)
116 120
	fi
117 121

  
118
	epytest -n "$(makeopts_jobs)" scipy
122
	epytest -n "$(makeopts_jobs)" --dist=worksteal scipy
119 123
}
120 124

  
121 125
python_install_all() {
Thank you!