Commit 8d4b92c
committed
lib/matplotlib/tests/test_inset.py: Fix tolerance on aarch64
I tried to run the test suite on a aarch64 linux system and it failed
due to test_zoom_inset_connector_styles exceeding the tolerance.
The test is already checking the platform to increase the tolerance
on aarch64 but the check is failing as on this system,
``platform.machine()`` is returning ``aarch64`` not ``arm64``.
I've checked on several distributions and it seems consistent.
So, update the check to match both ``arm64`` and ``aarch64``.
Signed-off-by: Arnaud Patard <[email protected]>1 parent 462e6a6 commit 8d4b92c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments