From 86b774ab394d71f066f7245154ece57fffa38a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 3 Oct 2025 03:51:17 -0700 Subject: [PATCH] python3Packages.pytest-celery: fix typo --- pkgs/development/python-modules/pytest-celery/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytest-celery/default.nix b/pkgs/development/python-modules/pytest-celery/default.nix index 568159010c9d..0249bc8dbfe8 100644 --- a/pkgs/development/python-modules/pytest-celery/default.nix +++ b/pkgs/development/python-modules/pytest-celery/default.nix @@ -42,7 +42,7 @@ buildPythonPackage rec { build-system = [ poetry-core ]; - buildInput = [ pytest ]; + buildInputs = [ pytest ]; dependencies = [ (celery.overridePythonAttrs { doCheck = false; })