@@ -23,7 +23,6 @@ filterwarnings =
2323 ignore:The --strict option is deprecated:pytest.PytestDeprecationWarning:
2424 error:genfromdta:FutureWarning
2525 error:StataReader:FutureWarning
26- error:Estimation of VARMA:statsmodels.tools.sm_exceptions.EstimationWarning
2726 error:Care should be used:UserWarning
2827 error::statsmodels.tools.sm_exceptions.HypothesisTestWarning
2928 error::statsmodels.tools.sm_exceptions.SpecificationWarning
@@ -79,6 +78,21 @@ filterwarnings =
7978 error:A value is trying to be set on a copy::
8079 error:Conversion of an array with ndim:DeprecationWarning:
8180 error:Series.__getitem__ treating keys:FutureWarning:
81+ error:' Y' is deprecated, please use ' YE' instead:FutureWarning
82+ error:' A' is deprecated, please use ' YE' instead:FutureWarning
83+ error:' H' is deprecated and will:FutureWarning
84+ error:' M' is deprecated, please use:FutureWarning
85+ error:' Q' is deprecated, please use ' QE' instead:FutureWarning
86+ error:' Q-DEC' is deprecated, please use ' QE-DEC' instead:FutureWarning
87+ error:' Q-JAN' is deprecated, please use ' QE-JAN' instead:FutureWarning
88+ error:' BQ-MAR' is deprecated, please use ' BQE-MAR' instead:FutureWarning
89+ error:' AS-MAR' is deprecated and will be removed in a future version:FutureWarning
90+ error:Downcasting object dtype arrays on:FutureWarning
91+ error:The previous implementation of stack is deprecated:FutureWarning
92+ error:Series.__setitem__ treating keys as positions is deprecated:FutureWarning
93+ error:The provided callable:FutureWarning
94+ error:divide by zero encountered in log1p:RuntimeWarning
95+
8296markers =
8397 example: mark a test that runs example code
8498 matplotlib: mark a test that requires matplotlib
0 commit comments