From aff9e784b7b81c412b29d80400f8cd8e06554e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 7 Jan 2026 23:35:53 +0100 Subject: [PATCH] python313Packages.pypugjs: fix pytest flags usage --- pkgs/development/python-modules/pypugjs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pypugjs/default.nix b/pkgs/development/python-modules/pypugjs/default.nix index 3950a03a62f8..218f00110ff0 100644 --- a/pkgs/development/python-modules/pypugjs/default.nix +++ b/pkgs/development/python-modules/pypugjs/default.nix @@ -49,7 +49,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pytestCheckFlags = [ "pypugjs/testsuite" ]; + pytestFlags = [ "pypugjs/testsuite" ]; pythonImportsCheck = [ "pypugjs"