We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dd649 commit f84b51bCopy full SHA for f84b51b
setupext.py
@@ -1462,7 +1462,7 @@ def check(self):
1462
raise CheckFailed("Can't build with Travis")
1463
1464
if sys.version_info[0] >= 3:
1465
- return "gtk3agg backend does not work on Python 3"
+ raise CheckFailed("gtk3agg backend does not work on Python 3")
1466
1467
# This check needs to be performed out-of-process, because
1468
# importing gi and then importing regular old pygtk afterward
0 commit comments