source/projects/anosql/BUILD.bazel
2024-04-07 01:30:45 -06:00

10 lines
189 B
Text

py_project(
name="anosql",
test_deps = [
py_requirement("pytest-postgresql"),
py_requirement("psycopg2"),
],
test_tags = [
"known-to-fail",
],
)