python3Packages.pytest-celery: fix typo

This commit is contained in:
Robert Schütz
2025-10-07 05:48:00 -07:00
parent c4bfb3f7d7
commit 86b774ab39
@@ -42,7 +42,7 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
buildInput = [ pytest ];
buildInputs = [ pytest ];
dependencies = [
(celery.overridePythonAttrs { doCheck = false; })