Skip to content

Commit

Permalink
Install psycopg with the binary extra (#992)
Browse files Browse the repository at this point in the history
This allows developers to run the test suite without having `libpq5` on their system.
  • Loading branch information
HK-Mattew authored Nov 19, 2024
1 parent d01ad31 commit ec80485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test = [
"anyio[trio]",
"asyncmy >= 0.2.5; python_implementation == 'CPython'",
"coverage >= 7",
"psycopg",
"psycopg[binary]",
"pymongo >= 4",
"pymysql[rsa]",
"PySide6 >= 6.6; python_implementation == 'CPython' and python_version < '3.13'",
Expand Down

0 comments on commit ec80485

Please sign in to comment.