Don't fail tests on harmless changes to dependencies
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Thu, 7 May 2020 10:57:06 +0000 (11:57 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Thu, 7 May 2020 10:57:06 +0000 (11:57 +0100)
commit8e0f27e11466b58d482a67a571fd3e810af8f768
tree51739a64590eecfeabf0bbddcffb97a2a65ed87f
parent434e3991417647d397169f68526d82c12b4b2672
Don't fail tests on harmless changes to dependencies

Ignore deprecation warnings added in
Python 3.8, matplotlib 3.2, jedi 0.16/0.17
(one jedi deprecation appears to come from IPython because it uses stacklevel=2)

Don't assert that matplotlib rejects shorthand hex colors,
as from 3.2 it accepts them:
https://matplotlib.org/users/prev_whats_new/whats_new_3.2.0.html#digit-and-4-digit-hex-colors

Ignore change to date axis default range/ticks

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name ignore_matplotlib_warning.patch
pandas/tests/plotting/test_datetimelike.py
pandas/tests/plotting/test_frame.py
pandas/util/testing.py