diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-26 21:42:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-26 22:03:01 +0100 |
commit | 8d95f8df4b42d0ce32945ccc63f60b6734937619 (patch) | |
tree | 9a1de5da88fa98684f6c3e17612817cc90bc11e8 /dev-python/statsmodels | |
parent | mail-filter/opendmarc: use correct user/group in systemd service (diff) | |
download | gentoo-8d95f8df4b42d0ce32945ccc63f60b6734937619.tar.gz gentoo-8d95f8df4b42d0ce32945ccc63f60b6734937619.tar.bz2 gentoo-8d95f8df4b42d0ce32945ccc63f60b6734937619.zip |
dev-python/statsmodels: Deselect test regression
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/statsmodels')
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.14.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |