python312Packages.pytest-codspeed: fix typo

This commit is contained in:
Fabian Affolter 2024-11-28 09:43:47 +01:00
parent 277ad755e7
commit 149f9897d5

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
build-system = [ hatchling ]; build-system = [ hatchling ];
buildInput = [ pytest ]; buildInputs = [ pytest ];
dependencies = [ dependencies = [
cffi cffi