diff options
author | kali <kali@leap.se> | 2013-01-25 04:56:37 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-25 04:56:37 +0900 |
commit | 8a8919eb2f9efc704dbe06601c375f77526b54d3 (patch) | |
tree | 3cd6001ee9a0ed7d63dabc5b7de5d8e49ccdf96b /tests/test_qt_environment.py | |
parent | 6df7be5ed8c8fbe994182bd01b592b12666f93c7 (diff) |
remove pep8 from tox run
and remove sip api setting from the qt smoke test
Diffstat (limited to 'tests/test_qt_environment.py')
-rw-r--r-- | tests/test_qt_environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_qt_environment.py b/tests/test_qt_environment.py index d97322b9..e90d527f 100644 --- a/tests/test_qt_environment.py +++ b/tests/test_qt_environment.py @@ -2,7 +2,7 @@ import sys import unittest import sip -sip.setapi('QVariant', 2) +#sip.setapi('QVariant', 2) from PyQt4 import QtGui |