Skip to content

Commit

Permalink
Coverage-ignoring first part of the python version "if", too
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Jan 16, 2024
1 parent cffac3d commit 53150dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z3c/dependencychecker/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def _discard_if_found_obj_in_list(obj, obj_list):

@staticmethod
def _build_std_library():
if PY_10_OR_HIGHER:
if PY_10_OR_HIGHER: # pragma: no cover
# see https://github.com/jackmaney/python-stdlib-list/issues/55
libraries = list(
set(list(sys.stdlib_module_names) + list(sys.builtin_module_names))
Expand Down

0 comments on commit 53150dd

Please sign in to comment.