source/projects/anosql/BUILD.bazel

11 lines
189 B
Python
Raw Permalink Normal View History

py_project(
name="anosql",
test_deps = [
py_requirement("pytest-postgresql"),
py_requirement("psycopg2"),
2024-04-07 07:30:45 +00:00
],
test_tags = [
"known-to-fail",
],
)