Skip to content

Commit

Permalink
Added comment to explain why we consider the case where USE_QT_API an…
Browse files Browse the repository at this point in the history
…d QT_API are not defined.
  • Loading branch information
astrofrog committed Jun 9, 2016
1 parent 1bba768 commit 0260b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def test_qt_api():
elif QT_API == 'pyqt5':
assert_pyqt5()
else:
# If the tests are run locally, USE_QT_API and QT_API may not be
# defined, but we still want to make sure qtpy is behaving sensibly.
# We should then be loading, in order of decreasing preference, PyQt5,
# PyQt4, and PySide.
try:
Expand Down

0 comments on commit 0260b4f

Please sign in to comment.