python3Packages.torchdata: add missing test dependency

This commit is contained in:
Gaetan Lepage
2026-07-01 21:07:42 +00:00
parent e8eeb909d6
commit 31aa4e108d
@@ -16,6 +16,7 @@
# tests
datasets,
expecttest,
parameterized,
pytest-xdist,
pytestCheckHook,
@@ -51,6 +52,7 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [
datasets
expecttest
parameterized
pytest-xdist
pytestCheckHook