We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0419322 commit b4eeb57Copy full SHA for b4eeb57
examples/basic/BUILD.bazel
@@ -22,13 +22,13 @@ py_test(
22
# 'PyInfo' or 'CcInfo'.
23
# Since this rule was created by the macro 'py_test', the error might have been
24
# caused by the macro implementation
25
-#py_test(
26
-# name = "basic_pybind_deps_test",
27
-# size="small",
28
-# srcs = ["basic_test.py"],
29
-# main = "basic_test.py",
30
-# deps = [":basic"],
31
-#)
+py_test(
+ name = "basic_pybind_deps_test",
+ size="small",
+ srcs = ["basic_test.py"],
+ main = "basic_test.py",
+ deps = [":basic"],
+)
32
33
# this seems to work as expected
34
# the basic.so is in the wheel package
0 commit comments