Skip to content

Commit

Permalink
Remove srcs_version and python_version attributes, as they alread…
Browse files Browse the repository at this point in the history
…y default to `"PY3"`

PiperOrigin-RevId: 723636684
  • Loading branch information
oprypin authored and copybara-github committed Feb 6, 2025
1 parent b3fcf97 commit 8cc2c90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ py_binary(
srcs = [
"generate_test_cases.py",
],
python_version = "PY3",
srcs_version = "PY3",
deps = [
"@heir_pip_deps_sympy//:pkg",
"@heir_pip_deps_tomli//:pkg",
Expand Down
2 changes: 0 additions & 2 deletions tests/Emitter/verilog/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ py_binary(
data = [
"@at_clifford_yosys//:yosys",
],
python_version = "PY3",
srcs_version = "PY3",
)

glob_lit_tests(
Expand Down

0 comments on commit 8cc2c90

Please sign in to comment.