The test_nondiagonal_obs_cov one hasn't yet been seen in Debian
but is known in upstream CI:
https://github.com/statsmodels/statsmodels/pull/6475#issuecomment-
581151072
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>, Graham Inggs
Bug-Debian: https://bugs.debian.org/944054
Forwarded: no
Gbp-Pq: Name 944054_flaky_tests.patch
cls.atol = 1e-3
+@pytest.mark.xfail(reason="flaky convergence, https://bugs.debian.org/944054",strict=False)
class TestPenalizedPoissonOraclePenalized2(CheckPenalizedPoisson):
@classmethod
assert_equal(self.res1.bse[self.k_nonzero:], 0)
+@pytest.mark.xfail(reason="flaky convergence, https://bugs.debian.org/944054",strict=False)
class TestPenalizedPoissonOraclePenalized2HC(CheckPenalizedPoisson):
@classmethod
# we cannot increase it too much more than this because then we start get
# numerical errors (e.g. 1e11 works but 1e12 does not pass)
approximate_diffuse_variance = 5e10
+ rtol = 1e-6
class TestDFM_KFAS(CheckKFASMixin, CheckDFM):