summaryrefslogtreecommitdiff
path: root/silx/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/test/__init__.py')
-rw-r--r--silx/test/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/test/__init__.py b/silx/test/__init__.py
index 0a85fe2..5175601 100644
--- a/silx/test/__init__.py
+++ b/silx/test/__init__.py
@@ -26,13 +26,13 @@
It is possible to disable tests depending on Qt by setting
-:envvar:`WITH_QT_TEST` environment variable to 'False'.
+`silx.test.utils.test_options.WITH_QT_TEST = False`
It will skip all tests from :mod:`silx.test.gui`.
"""
__authors__ = ["T. Vincent"]
__license__ = "MIT"
-__date__ = "22/06/2017"
+__date__ = "09/11/2017"
import logging