Diff statsmodels-0.13.5 with a statsmodels-0.14.0
/usr/portage/dev-python/statsmodels/statsmodels-0.14.0.ebuild 2023-10-09 14:52:30.384368373 +0300 | ||
---|---|---|
18 | 18 | |
19 | 19 |
LICENSE="BSD" |
20 | 20 |
SLOT="0" |
21 |
KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" |
|
21 |
KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
22 | 22 |
IUSE="examples" |
23 | 23 | |
24 | 24 |
DEPEND=" |
... | ... | |
52 | 52 |
distutils_enable_tests pytest |
53 | 53 | |
54 | 54 |
python_prepare_all() { |
55 |
local PATCHES=( |
|
56 |
"${FILESDIR}/${P}-test.patch" |
|
57 |
) |
|
58 | ||
55 | 59 |
# Prevent un-needed d'loading |
56 | 60 |
export VARTEXFONTS="${T}"/fonts |
57 | 61 |
export MPLCONFIGDIR="${T}" |
... | ... | |
69 | 73 |
stats/tests/test_mediation.py::test_mixedlm |
70 | 74 |
"stats/tests/test_corrpsd.py::test_corrpsd_threshold[0]" |
71 | 75 |
) |
76 |
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 |
|
72 | 77 | |
73 | 78 |
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die |
74 |
epytest ${PN} -n "$(makeopts_jobs)" |
|
75 |
rm -r ${PN}/.pytest_cache || die |
|
79 |
epytest statsmodels -p xdist -n "$(makeopts_jobs)" |
|
76 | 80 |
} |
77 | 81 | |
78 | 82 |
python_install_all() { |