Skip to content

Commit

Permalink
Update bindings/python/testutils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Francesca L. Bleken <[email protected]>
  • Loading branch information
jesper-friis and francescalb authored Dec 14, 2024
1 parent 1d10d6b commit 7fcb8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/testutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7fcb8e0

Please sign in to comment.