Skip to content

Commit b4eeb57

Browse files
committed
renable windows test
1 parent 0419322 commit b4eeb57

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/basic/BUILD.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ py_test(
2222
# 'PyInfo' or 'CcInfo'.
2323
# Since this rule was created by the macro 'py_test', the error might have been
2424
# 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-
#)
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+
)
3232

3333
# this seems to work as expected
3434
# the basic.so is in the wheel package

0 commit comments

Comments
 (0)