Skip to content

Commit

Permalink
tests: Upgrade rules_testing to 0.0.5
Browse files Browse the repository at this point in the history
This just keeps it at a recent version, which makes errors easier to
grok. rules_testing recently underwent a large refactor, so it's
confusing when errors reference lines that no longer exist in recent
versions.
  • Loading branch information
rickeylev committed Apr 27, 2023
1 parent 2882bb6 commit f496a04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def rules_python_internal_deps():
maybe(
http_archive,
name = "rules_testing",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.0.1/rules_testing-v0.0.1.tar.gz",
sha256 = "47db8fc9c3c1837491333cdcedebf267285479bd709a1ff0a47b19a324817def",
strip_prefix = "rules_testing-0.0.1",
sha256 = "0c2abee201f566a088c720e12bc1d968bc56e6a51b692d9c81b1fe861bdf2be2",
strip_prefix = "rules_testing-0.0.5",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.0.5/rules_testing-v0.0.5.tar.gz",
)

maybe(
Expand Down

0 comments on commit f496a04

Please sign in to comment.