Merge pull request #21634 from greglucas/future-deps · matplotlib/matplotlib@0407b9f · GitHub
Skip to content

Commit 0407b9f

Browse files
authored
Merge pull request #21634 from greglucas/future-deps
TST: Add future dependency tests as a weekly CI job
2 parents 4359e3a + 4cf54f4 commit 0407b9f

3 files changed

Lines changed: 38 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 32 additions & 0 deletions

lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3438,6 +3438,8 @@ def test_errorbar():
34383438
ax.errorbar(x, y, yerr=[yerr_lower, 2*yerr], xerr=xerr,
34393439
fmt='o', ecolor='g', capthick=2)
34403440
ax.set_title('Mixed sym., log y')
3441+
# Force limits due to floating point slop potentially expanding the range
3442+
ax.set_ylim(1e-2, 1e1)
34413443

34423444
fig.suptitle('Variable errorbars')
34433445

lib/matplotlib/tests/test_colors.py

Lines changed: 4 additions & 3 deletions

0 commit comments

Comments
 (0)