Skip to content

Commit

Permalink
Ignoring coverage for code that's not covered with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Jan 15, 2024
1 parent 582fd4f commit e1ec314
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 @@ -356,7 +356,7 @@ def _build_std_library():
libraries = list(
set(list(sys.stdlib_module_names) + list(sys.builtin_module_names))
)
else:
else: # pragma: no cover
from stdlib_list import stdlib_list

python_version = sys.version_info
Expand Down

0 comments on commit e1ec314

Please sign in to comment.