diff --git a/bindings/python/testutils.py b/bindings/python/testutils.py index 6c0db355e..1e356e3a5 100644 --- a/bindings/python/testutils.py +++ b/bindings/python/testutils.py @@ -94,9 +94,9 @@ def importskip(module_name, package=None, exitcode=44, run with ctest, set `DLITE_IMPORTSKIP_EXITCODE` at configure time). - For packages that depends on external services like postgresql, + For packages that depend on external services like postgresql, call `importskip()` with `env_exitcode=None` to skip the test - regardless of `DLITE_IMPORTSKIP_EXITCODE` is set. + regardless of whether `DLITE_IMPORTSKIP_EXITCODE` is set or not. """ try: