From d5ff76f1cf5a04039ab8b0f2475aa01f7c6344a6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 18 May 2026 16:38:18 +0200 Subject: [PATCH] python3Packages.prawcore: disable failing test --- pkgs/development/python-modules/prawcore/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/prawcore/default.nix b/pkgs/development/python-modules/prawcore/default.nix index 790594cde747..22c34f8302dd 100644 --- a/pkgs/development/python-modules/prawcore/default.nix +++ b/pkgs/development/python-modules/prawcore/default.nix @@ -39,6 +39,11 @@ buildPythonPackage (finalAttrs: { pytestCheckHook ]; + disabledTests = [ + # fixture out of date + "test_request__session_timeout_default" + ]; + disabledTestPaths = [ # tests requiring network "tests/integration"