10 lines
189 B
Python
10 lines
189 B
Python
py_project(
|
|
name="anosql",
|
|
test_deps = [
|
|
py_requirement("pytest-postgresql"),
|
|
py_requirement("psycopg2"),
|
|
],
|
|
test_tags = [
|
|
"known-to-fail",
|
|
],
|
|
)
|