Skip to content

Commit

Permalink
Mark this function as uncovered.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 7, 2024
1 parent 5b6638d commit 0148d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distutils/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
by import rather than matching pre-defined names.
"""

def missing_compiler_executable(cmd_names=[]):
def missing_compiler_executable(cmd_names=[]): # pragma: no cover
"""Check if the compiler components used to build the interpreter exist.
Check for the existence of the compiler executables whose names are listed
Expand Down

0 comments on commit 0148d7d

Please sign in to comment.