armel tests sometimes crash (ignored in d/rules)
Wrong answers have previously been seen on armel, and
could be hidden by the crash
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug-Debian: https://bugs.debian.org/968210
Forwarded: no
Gbp-Pq: Name 968210_warn_armel_untested.patch
+import platform
+import sys
+import os.path
+if os.path.exists('/usr/lib/arm-linux-gnueabi'):
+ import warnings
+ warnings.warn("This appears to be an armel system, on which statsmodels is buggy (crashes and possibly wrong answers) - https://bugs.debian.org/968210")
from statsmodels._version import __version__, __version_tuple__
debug_warnings = False