Adopt py_project
This commit is contained in:
parent
dd270ebe3a
commit
842b997059
1 changed files with 1 additions and 16 deletions
|
@ -1,18 +1,3 @@
|
||||||
py_library(
|
py_project(
|
||||||
name = "datalog",
|
name = "datalog",
|
||||||
srcs = glob(["src/python/**/*.py"]),
|
|
||||||
imports = [
|
|
||||||
"src/python",
|
|
||||||
],
|
|
||||||
visibility = [
|
|
||||||
"//visibility:public",
|
|
||||||
]
|
|
||||||
)
|
|
||||||
|
|
||||||
py_pytest(
|
|
||||||
name = "test_datalog",
|
|
||||||
srcs = glob(["test/python/**/*.py"]),
|
|
||||||
deps = [
|
|
||||||
":datalog",
|
|
||||||
]
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue