about summary refs log tree commit diff
path: root/pkgs/development/python-modules/torch/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/torch/tests.nix')
-rw-r--r--pkgs/development/python-modules/torch/tests.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/torch/tests.nix b/pkgs/development/python-modules/torch/tests.nix
new file mode 100644
index 0000000000000..5a46d0886868c
--- /dev/null
+++ b/pkgs/development/python-modules/torch/tests.nix
@@ -0,0 +1,3 @@
+{ callPackage }:
+
+callPackage ./gpu-checks.nix { }