From c2650d16ac7b62b561edf189ddf36f5356c7bd18 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 12 May 2025 02:06:52 +0200 Subject: [PATCH] python313Packages.psycopg: 3.2.7 -> 3.2.8 https://github.com/psycopg/psycopg/blob/3.2.8/docs/news.rst#current-release --- pkgs/development/python-modules/psycopg/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/psycopg/default.nix b/pkgs/development/python-modules/psycopg/default.nix index e0fe35eda093..1377201fd4b8 100644 --- a/pkgs/development/python-modules/psycopg/default.nix +++ b/pkgs/development/python-modules/psycopg/default.nix @@ -35,13 +35,13 @@ let pname = "psycopg"; - version = "3.2.7"; + version = "3.2.8"; src = fetchFromGitHub { owner = "psycopg"; repo = "psycopg"; tag = version; - hash = "sha256-v4R+5jgC4dTrL+i6O+UCCr7+g673hKi9YmrSeROLpZs="; + hash = "sha256-fSryNbWqIO5+oyU9uP7zO6TJzrtFPwrtaU0toxBysao="; }; patches = [ @@ -202,6 +202,8 @@ buildPythonPackage rec { # don't depend on mypy for tests "test_version" "test_package_version" + # expects timeout, but we have no route in the sandbox + "test_connect_error_multi_hosts_each_message_preserved" ]; disabledTestPaths = [ @@ -220,9 +222,6 @@ buildPythonPackage rec { "-o cache_dir=.cache" "-m" "'not refcount and not timing and not flakey'" - # pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect - "-W" - "ignore::pytest.PytestRemovedIn9Warning" ]; postCheck = ''