Skip to content

Commit

Permalink
Do not test CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Nov 17, 2023
1 parent 83ee7c0 commit cf90b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def setuptools_finalizer(dist: Distribution) -> None:
)


def main() -> None:
def main() -> None: # pragma: no cover
"""Main entry point for the command-line tool."""
parser = argparse.ArgumentParser(
description="Unified Conda and Pip requirements management.",
Expand Down

0 comments on commit cf90b7f

Please sign in to comment.