Skip to content

Commit

Permalink
maybe this works
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Oct 10, 2023
1 parent 525b8fa commit 0adaa2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0adaa2c

Please sign in to comment.