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

This commit is contained in:
Fabian Affolter 2024-11-29 07:46:53 +01:00 committed by GitHub
commit 01c1cbeea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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