Skip to content

Commit

Permalink
Revert "Add types to file generated by __test__.py" (#435)
Browse files Browse the repository at this point in the history
Reverts #428

Revert as it's causing a failure on CI for older versions of Python.
  • Loading branch information
mattem authored Nov 13, 2024
1 parent b9a2c70 commit 9a9e4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/private/pytest.py.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if __name__ == "__main__":
if test_filter is not None:
args.append(f"-k={test_filter}")

user_args: list[str] = [$$FLAGS$$]
user_args = [$$FLAGS$$]
if len(user_args) > 0:
args.extend(user_args)

Expand Down

0 comments on commit 9a9e4a2

Please sign in to comment.