Skip to content

Commit

Permalink
replace matplotlib rc text.hinting to reduce verbosity (deprecation)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Mar 13, 2020
1 parent 5ebcbb2 commit 0f5b821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obspy/core/util/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def __enter__(self):
warnings.warn('Unable to find the ' + default_font + ' font. '
'Plotting tests will likely fail.')
try:
rcParams['text.hinting'] = False
rcParams['text.hinting'] = 'none'
except KeyError:
warnings.warn("could not set rcParams['text.hinting']")
try:
Expand Down

1 comment on commit 0f5b821

@obspy-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on ObsPy Forum. There might be relevant details there:

https://discourse.obspy.org/t/installation-on-big-sur-fails-obspy-runtests/1258/2

Please sign in to comment.