From af237f2729c0590e1def90ff511380e394571d1c Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Fri, 21 Nov 2025 11:19:50 +0100 Subject: [PATCH] reproduce py_test issue --- examples/pytest/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytest/BUILD.bazel b/examples/pytest/BUILD.bazel index 264aaebf..bc44cb58 100644 --- a/examples/pytest/BUILD.bazel +++ b/examples/pytest/BUILD.bazel @@ -7,7 +7,7 @@ py_library( ) py_test( - name = "pytest_test", + name = "test_foo", srcs = ["foo_test.py"], data = glob([ "fixtures/*.json",