Skip to content

Commit

Permalink
Remove python_version attribute
Browse files Browse the repository at this point in the history
With the python_version attribute, the par binary could not work on macOS 10.14. See #18 for details.
  • Loading branch information
albertdai committed May 27, 2020
1 parent 3776f41 commit 4018845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xctestrunner/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ par_binary(
':simulator',
],
data = glob(['test_runner/TestProject/**']),
python_version = 'PY2',
)

0 comments on commit 4018845

Please sign in to comment.