Skip to content

Commit

Permalink
Switch to binary psycopg2 for test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Nov 2, 2023
1 parent ae4ab8e commit fbd411b
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 15 deletions.
87 changes: 74 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ coverage = {extras = ["toml"], version = "^7.3.2"}
pytest = "^7.4.0"
pytest-asyncio = "^0.21.1"
jsonschema = "^4.19.1"
psycopg2 = {version = "^2.9.9", extras = ["binary"]}
psycopg2-binary = "^2.9.9"
jinja2 = "^3.1.2"

[tool.poetry.group.integration]
Expand All @@ -74,7 +74,7 @@ boto3 = "^1.28.70"
tenacity = "^8.2.3"
landscape-api-py3 = "^0.9.0"
mailmanclient = "^3.3.5"
psycopg2 = {version = "^2.9.9", extras = ["binary"]}
psycopg2-binary = "^2.9.9"

# Testing tools configuration
[tool.coverage.run]
Expand Down

0 comments on commit fbd411b

Please sign in to comment.