From 2826c87a5b4701b5ec790d471afa3dac5b808f0a Mon Sep 17 00:00:00 2001 From: Bruno Antonellini Date: Tue, 2 Apr 2024 16:50:11 -0300 Subject: [PATCH] Remove pg binaries to attempt test failure --- poetry.lock | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index ab69f819..9ef2a0ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4829,4 +4829,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "a71251b2114f0f3cf00aacdf674ce16520c447ca14de4eb37de84543ead4e617" +content-hash = "056e07c3dce94604a00b0e621475d7dd8476b786d9d3c6179c4413d17f173a42" diff --git a/pyproject.toml b/pyproject.toml index ba54bff0..a939e15c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ isort = "^5.12.0" dlt = "^0.4.7" psycopg2 = "^2.9.9" pyyaml-include = "1.3.2" -psycopg2-binary = "^2.9.9" [tool.poetry.dev-dependencies] pytest = "^7.2.0"