summaryrefslogtreecommitdiff
path: root/tests/khr_gl.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-10-31 11:05:41 -0700
committerMarge Bot <eric+marge@anholt.net>2020-02-13 19:09:15 +0000
commit19eb8323c8c96b786520d2e57741ae9e96be740c (patch)
tree233ec9c13a3d9383cc58063496ec3ebb62e4250f /tests/khr_gl.py
parent740649eaff3af7738548d899c5404c487d529f75 (diff)
drop python2 support
This removes all of the python code for handling python 2.x vs 3.x, now only 3.6+ is supported. This also drops all uses of the six module, as its no longer needed. Python 2.x and <= 3.5 are all EOL, it doesn't make sense to continue to support version of python that are at the end of their lives and are being removed from operating systems. Acked-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/merge_requests/223>
Diffstat (limited to 'tests/khr_gl.py')
-rw-r--r--tests/khr_gl.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/khr_gl.py b/tests/khr_gl.py
index 235ca7c8c..ab7b83ff0 100644
--- a/tests/khr_gl.py
+++ b/tests/khr_gl.py
@@ -44,9 +44,6 @@ PIGLIT_KHR_GL_EXTRA_ARGS -- environment equivalent of [khr_gl]:extra_args
"""
-from __future__ import (
- absolute_import, division, print_function, unicode_literals
-)
import itertools
from framework.test import deqp