From 0adaa2c0f1bb6aae41aa9d202cc916e21020982d Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Tue, 10 Oct 2023 17:46:00 +0200 Subject: [PATCH] maybe this works --- .azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 29cd6160e..9a149a11c 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -63,10 +63,12 @@ jobs: condition: and(eq(variables['RUN_COVERAGE'], 'yes'), eq(variables['PRERELEASE_DEPENDENCIES'], 'no')) # TODO: fix all the exceptions here + # replacing “:initializing view as actual:UserWarning“ with “::anndata._warnings.ImplicitModificationWarning” + # breaks because we’re not using editable installs or a src/ layout - script: > pytest -W error - -W 'default::anndata._warnings.ImplicitModificationWarning' + -W 'default:initializing view as actual:UserWarning' -W 'default:Observation names are not unique. To make them unique:UserWarning' -W 'default:Variable names are not unique. To make them unique:UserWarning' -W 'default::scipy.sparse._base.SparseEfficiencyWarning'