diff --git a/tests/test_core.py b/tests/test_core.py index 5d9e94f9..9bbc2f7e 100755 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -451,7 +451,7 @@ def test_glget( self ): continue if key >= 0x92be and key <= 0x92c9: continue - print( 'Trying glGetFloatv( 0x%x )'%(key,)) + # print( 'Trying glGetFloatv( 0x%x )'%(key,)) try: result = glGetFloatv( key ) except error.GLError as err: @@ -590,7 +590,7 @@ def test_compressed_data(self): GL_TEXTURE_2D, 0, s3tc.GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, 256, 256, 0, - 256*256*1, + # 256*256*1, image, ) assert texture