From 52c2ad709d6cc8d8494e744b55a5883aca9638e2 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 9 Jan 2025 15:37:17 -0500 Subject: [PATCH] FIX: Missing --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a5580d376f..e1b981990cd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -133,7 +133,7 @@ stages: displayName: 'Cache testing data' - script: python -c "import mne; mne.datasets.testing.data_path(verbose=True)" displayName: 'Get test data' - - script: pytest --error-for-skips -m "ultraslowtest or pgtest" --tb=short --cov=mne --cov-report=xml -vv mne + - script: pytest -m "ultraslowtest or pgtest" --tb=short --cov=mne --cov-report=xml -vv mne displayName: 'slow and mne-qt-browser tests' # Coverage - bash: bash <(curl -s https://codecov.io/bash)