From 6b2f2901387424ac88d584a84239761ecf351a56 Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Thu, 19 Dec 2024 13:07:56 +0000 Subject: [PATCH] Update [ghstack-poisoned] --- test/test_tensordict.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_tensordict.py b/test/test_tensordict.py index de9fad1e7..23f139dd3 100644 --- a/test/test_tensordict.py +++ b/test/test_tensordict.py @@ -133,6 +133,9 @@ pytest.mark.filterwarnings( "ignore:The content of the stacked NonTensorData objects matched in value but not identity" ), + pytest.mark.filterwarnings( + "ignore:No PYTORCH_KERNEL_CACHE_PATH or HOME environment variable set" + ), ] mp_ctx = "spawn"