Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
b9ec580bc3b89d4fefb758fbd6c42fc8fc88bf8e
/
.
/
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"
,
],
)