Merge pull request #188960 from mweinelt/psycopg-3.1

This commit is contained in:
Martin Weinelt 2022-08-30 14:43:11 +02:00 committed by GitHub
commit c1ed1449a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,13 @@
let let
pname = "psycopg"; pname = "psycopg";
version = "3.0.16"; version = "3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "psycopg"; owner = "psycopg";
repo = pname; repo = pname;
rev = version; rev = "refs/tags/${version}";
hash = "sha256-jKhpmCcDi7FyMSpn51eSukFvmu3yacNovmRYG9jnu3g="; hash = "sha256-N0Qc8pSWN2NFZn06lYZ7DKMbk6H8aIByS+wDnOQ/O+Y=";
}; };
patches = [ patches = [
@ -192,6 +192,7 @@ buildPythonPackage rec {
"tests/test_dns_srv.py" "tests/test_dns_srv.py"
# Mypy typing test # Mypy typing test
"tests/test_typing.py" "tests/test_typing.py"
"tests/crdb/test_typing.py"
]; ];
pytestFlagsArray = [ pytestFlagsArray = [