From b77ea3c92eefb0c605994a742f5807bd5d71f211 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 15 Jun 2023 09:37:15 +0200 Subject: [PATCH] python311Packages.strawberry-graphql: disable failing tests --- pkgs/development/python-modules/strawberry-graphql/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/strawberry-graphql/default.nix b/pkgs/development/python-modules/strawberry-graphql/default.nix index 6e493e4d516b..34978963fdb4 100644 --- a/pkgs/development/python-modules/strawberry-graphql/default.nix +++ b/pkgs/development/python-modules/strawberry-graphql/default.nix @@ -174,6 +174,7 @@ buildPythonPackage rec { "tests/starlite/" "tests/test_dataloaders.py" "tests/utils/test_pretty_print.py" + "tests/websockets/test_graphql_transport_ws.py" ]; meta = with lib; {