From 31aa4e108dc867944f0ea0b72b336681f5baf106 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 1 Jul 2026 09:37:14 +0000 Subject: [PATCH] python3Packages.torchdata: add missing test dependency --- pkgs/development/python-modules/torchdata/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/torchdata/default.nix b/pkgs/development/python-modules/torchdata/default.nix index 07c376e92679..c4a6bc997a29 100644 --- a/pkgs/development/python-modules/torchdata/default.nix +++ b/pkgs/development/python-modules/torchdata/default.nix @@ -16,6 +16,7 @@ # tests datasets, + expecttest, parameterized, pytest-xdist, pytestCheckHook, @@ -51,6 +52,7 @@ buildPythonPackage (finalAttrs: { nativeCheckInputs = [ datasets + expecttest parameterized pytest-xdist pytestCheckHook