8000 Get rid of warning about GTK3Agg with python3 · matplotlib/matplotlib@cd6562d · GitHub
[go: up one dir, main page]

Skip to content

Commit cd6562d

Browse files
committed
Get rid of warning about GTK3Agg with python3
This has been fixed by using cairocffi according to #1227
1 parent 047c60a commit cd6562d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setupext.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,9 +1711,6 @@ def check_requirements(self):
17111711
if 'TRAVIS' in os.environ:
17121712
raise CheckFailed("Can't build with Travis")
17131713

1714-
if PY3:
1715-
raise CheckFailed("gtk3agg backend does not work on Python 3")
1716-
17171714
# This check needs to be performed out-of-process, because
17181715
# importing gi and then importing regular old pygtk afterward
17191716
# segfaults the interpreter.

0 commit comments

Comments
 (0)
0