Skip to content

Commit

Permalink
Ignore DeprecationWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Feb 4, 2024
1 parent ad6d48b commit c3b2413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Expand Up @@ -88,7 +88,7 @@ test:
- pytest >=5.4.0
commands:
- pytest --fixtures .
- env PYTHONWARNINGS="ignore::FutureWarning" pytest -m "not slow" # [linux]
- env PYTHONWARNINGS="ignore::FutureWarning,ignore::DeprecationWarning" pytest -m "not slow" # [linux]

about:
home: https://github.com/sebp/scikit-survival
Expand Down

0 comments on commit c3b2413

Please sign in to comment.