python312Packages.pytest-codspeed: fix typo (#359793)

This commit is contained in:
Fabian Affolter
2024-11-29 07:46:53 +01:00
committed by GitHub
@@ -30,7 +30,7 @@ buildPythonPackage rec {
build-system = [ hatchling ];
buildInput = [ pytest ];
buildInputs = [ pytest ];
dependencies = [
cffi