python3Packages.pytest-codspeed: clean up dependencies

This commit is contained in:
Robert Schütz
2025-11-25 12:39:01 -08:00
parent 4a4f91ef06
commit 2dc383ebbc
@@ -3,9 +3,6 @@
buildPythonPackage,
cffi,
fetchFromGitHub,
filelock,
hatchling,
importlib-metadata,
pytest-benchmark,
pytest-cov-stub,
pytest-xdist,
@@ -44,16 +41,16 @@ buildPythonPackage rec {
popd
'';
build-system = [ hatchling ];
build-system = [
cffi
setuptools
];
buildInputs = [ pytest ];
dependencies = [
cffi
filelock
importlib-metadata
rich
setuptools
];
optional-dependencies = {