Comment 0 for bug 1861148

Revision history for this message
Corey Bryant (corey.bryant) wrote : Handle ARM test failures

[Impact]
The bionic package for pandas 0.22.0-4 never built successfully for armhf:
https://launchpad.net/ubuntu/+source/pandas/0.22.0-4

There's a patch that's carried with the pandas package that disables these tests for non-intel builds. It's been updated in later releases to deal with more tests. Backporting the updated patch from the eoan package enables pandas to build successfully on bionic.

[Test Case]
A successful build of the package verifies this fix.

[Regression Potential]
Very low. This does reduce test coverage slightly for non intel architectures.