aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtGui/repr_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtGui/repr_test.py')
-rw-r--r--sources/pyside2/tests/QtGui/repr_test.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/pyside2/tests/QtGui/repr_test.py b/sources/pyside2/tests/QtGui/repr_test.py
index 770c9d5bd..6e632b68d 100644
--- a/sources/pyside2/tests/QtGui/repr_test.py
+++ b/sources/pyside2/tests/QtGui/repr_test.py
@@ -53,10 +53,6 @@ class QTransformReprCopy(ReprCopyHelper, unittest.TestCase):
def setUp(self):
self.original = QTransform(1, 2, 3, 4, 5, 6, 7, 8, 9)
-class QKeySequenceReprCopy(ReprCopyHelper, unittest.TestCase):
- def setUp(self):
- self.original = QKeySequence("Ctrl+P")
-
class QQuaternionReprCopy(ReprCopyHelper, unittest.TestCase):
def setUp(self):
self.original = QQuaternion(1, 2, 3, 4)