From 664bd428bddba266190ada12a9f11f406f7df799 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 26 May 2022 16:36:48 +0200 Subject: [PATCH] python3Packages.sanic-auth: disable failing test --- pkgs/development/python-modules/sanic-auth/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/sanic-auth/default.nix b/pkgs/development/python-modules/sanic-auth/default.nix index c854017ae782..9e915dd66ed1 100644 --- a/pkgs/development/python-modules/sanic-auth/default.nix +++ b/pkgs/development/python-modules/sanic-auth/default.nix @@ -25,6 +25,11 @@ buildPythonPackage rec { sanic-testing ]; + disabledTests = [ + # incompatible with sanic>=22.3.0 + "test_login_required" + ]; + postPatch = '' # Support for httpx>=0.20.0 substituteInPlace tests/test_auth.py \