commit: 8d95f8df4b42d0ce32945ccc63f60b6734937619
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 20:42:41 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 21:03:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d95f8df
dev-python/statsmodels: Deselect test regression
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/statsmodels/statsmodels-0.14.1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/statsmodels/statsmodels-0.14.1.ebuild
b/dev-python/statsmodels/statsmodels-0.14.1.ebuild
index 3f82a0179928..f2c04b999ed3 100644
--- a/dev-python/statsmodels/statsmodels-0.14.1.ebuild
+++ b/dev-python/statsmodels/statsmodels-0.14.1.ebuild
@@ -65,6 +65,9 @@ python_test() {
imputation/tests/test_mice.py::TestMICE::test_combine
stats/tests/test_mediation.py::test_mixedlm
"stats/tests/test_corrpsd.py::test_corrpsd_threshold[0]"
+
+ # new warning from pandas
+ tsa/base/tests/test_tsa_indexes.py::test_instantiation_valid
)
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1