From a045d873dc738219e41e312d072d8aed7d3f15f7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 8 Oct 2025 22:03:27 +0200 Subject: [PATCH] python313Packages.cypherpunkpay: ignore UserWarning --- pkgs/development/python-modules/cypherpunkpay/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/cypherpunkpay/default.nix b/pkgs/development/python-modules/cypherpunkpay/default.nix index f9eee1ec1e5b..d094ead30410 100644 --- a/pkgs/development/python-modules/cypherpunkpay/default.nix +++ b/pkgs/development/python-modules/cypherpunkpay/default.nix @@ -79,6 +79,7 @@ buildPythonPackage rec { pytestFlags = [ "-Wignore::DeprecationWarning" + "-Wignore::UserWarning" ]; disabledTestPaths = [