From 53f24bcadb593667b3acefe0e60101e4c7b2637e Mon Sep 17 00:00:00 2001 From: Corentin Cadiou Date: Fri, 3 Nov 2023 15:27:39 +0000 Subject: [PATCH] Ignore test_time_series when running with nose --- nose_ignores.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/nose_ignores.txt b/nose_ignores.txt index eea1709491c..473471457bd 100644 --- a/nose_ignores.txt +++ b/nose_ignores.txt @@ -36,3 +36,4 @@ --ignore-file=test_version\.py --ignore-file=test_gadget_pytest\.py --ignore-file=test_vr_orientation\.py +--ignore-file=test_time_series\.py