Skip to content

Commit 5d524df

Browse files
committed
fix: must pass pytest-shard to new attr
1 parent 440bdf7 commit 5d524df

2 files changed

Lines changed: 570 additions & 1698 deletions

File tree

e2e/smoke/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ py_pytest_test(
1919
name = "test_sharded",
2020
size = "small",
2121
srcs = ["test_sharded.py"],
22-
shard_count = 2,
23-
deps = [
22+
pytest_deps = [
2423
requirement("pytest"),
2524
requirement("pytest-shard"),
2625
],
26+
shard_count = 2,
2727
)
2828

2929
build_test(

0 commit comments

Comments
 (0)