Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
03a2c23245759d80cd281bcbf1ed2bb1bf81d05e
/
.
/
tests
/
integration
/
bzlmod_lockfile
/
BUILD.bazel
blob: 7e99a242ae835e882ff5378a03464ebd97fad8d4 [
file
]
load
(
"@rules_python//python:py_test.bzl"
,
"py_test"
)
py_test
(
name
=
"test_dummy"
,
srcs
=
[
"test_dummy.py"
],
deps
=
[
"@pypi//pycparser"
,
"@pypi//six"
,
],
)