Skip to content

Commit

Permalink
Exclude platform-specific code from coverage
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Puetz <[email protected]>
  • Loading branch information
uranusjr and puetzk authored Nov 13, 2020
1 parent b5965a0 commit 870e9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ def _manylinux_tags(linux, arch):
yield linux.replace("linux", legacy_tag)


def _get_host_platform():
def _get_host_platform(): # pragma: no cover
# type: () -> str
"""Return a string that identifies the current platform.
Expand Down

0 comments on commit 870e9ee

Please sign in to comment.