diff --git a/z3c/dependencychecker/db.py b/z3c/dependencychecker/db.py index 3a8e17e..14a27cc 100644 --- a/z3c/dependencychecker/db.py +++ b/z3c/dependencychecker/db.py @@ -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))