8000 Merge pull request #3261 from jenshnielsen/gtk3agg_cairo · matplotlib/matplotlib@c1f76b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1f76b7

Browse files
committed
Merge pull request #3261 from jenshnielsen/gtk3agg_cairo
Get rid of warning about GTK3Agg with python3
2 parents c881afd + cd6562d commit c1f76b7

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