Skip to content

Commit

Permalink
Fix invocation again
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhem committed Jan 30, 2024
1 parent a0887f7 commit 9d53a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troi/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def info(patch):
def test(args):
"""Run unit tests"""
import pytest
raise SystemExit(pytest.main())
raise SystemExit(pytest.main(list(args)))


if __name__ == "__main__":
Expand Down

0 comments on commit 9d53a01

Please sign in to comment.