Skip to content

Commit

Permalink
Reverting dbeddad about OpenGL testing since the message was wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Jul 19, 2024
1 parent 35e07fb commit 497f233
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,11 @@ def graphics_failures(verbose, windows, use_modernopengl):
try:
import snappy.CyOpenGL
print("Reason: Unsuitable Tk configuration for CyOpenGL")
except ModuleNotFoundError as e:
print("Reason: CyOpenGL not installed, %r" % e)
except ImportError as e:
print("Reason: CyOpenGL could not be imported, %r" % e)
result = 0
return result


def runtests(verbose=False,
quick=False,
windows=False,
Expand Down

0 comments on commit 497f233

Please sign in to comment.