fix: add psycopg2-binary dev dep for sync Postgres in CI tests
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed
This commit is contained in:
@@ -43,6 +43,7 @@ dev = [
|
|||||||
tests = [
|
tests = [
|
||||||
"httpx>=0.28.1",
|
"httpx>=0.28.1",
|
||||||
"mimesis>=19.1.0",
|
"mimesis>=19.1.0",
|
||||||
|
"psycopg2-binary>=2.9.0",
|
||||||
"pytest>=9.0.3",
|
"pytest>=9.0.3",
|
||||||
"pytest-asyncio>=1.3.0",
|
"pytest-asyncio>=1.3.0",
|
||||||
"pytest-cov>=7.1.0",
|
"pytest-cov>=7.1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user