python3Packages.pytest-celery: fix typo
This commit is contained in:
@@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
buildInput = [ pytest ];
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
dependencies = [
|
||||
(celery.overridePythonAttrs { doCheck = false; })
|
||||
|
||||
Reference in New Issue
Block a user