Skip to content

Commit

Permalink
Get rid of warning about GTK3Agg with python3
Browse files Browse the repository at this point in the history
This has been fixed by using cairocffi according to matplotlib#1227
  • Loading branch information
jenshnielsen authored and Joel B. Mohler committed Aug 14, 2014
1 parent 3c2fa8d commit c62e3ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setupext.py
Expand Up @@ -1711,9 +1711,6 @@ def check_requirements(self):
if 'TRAVIS' in os.environ:
raise CheckFailed("Can't build with Travis")

if PY3:
raise CheckFailed("gtk3agg backend does not work on Python 3")

# This check needs to be performed out-of-process, because
# importing gi and then importing regular old pygtk afterward
# segfaults the interpreter.
Expand Down

0 comments on commit c62e3ec

Please sign in to comment.