Stop setting a default backend.

It will be picked automatically by Matplotlib.
This commit is contained in:
Elliott Sales de Andrade 2018-09-19 14:42:58 -04:00
parent ed3fa9581d
commit 9fde50abab
2 changed files with 1 additions and 4 deletions

View File

@ -257,7 +257,7 @@ gzip -dc %SOURCE1000 | tar xvf - --transform='s~^mpl-images-%{version}%{?rctag}-
rm -r extern/libqhull
# Copy setup.cfg to the builddir
sed 's/\(backend = \).*/\1%{backend}/' >setup.cfg <%{SOURCE1}
cp -p %{SOURCE1} setup.cfg
# Keep this until next version, and increment if changing from
# USE_FONTCONFIG to False or True so that cache is regenerated

View File

@ -2,6 +2,3 @@
tests = True
toolkits = True
toolkits_tests = True
[rc_options]
backend = GTKAgg