Skip to content

Commit

Permalink
Disable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Feb 4, 2024
1 parent 2269a73 commit 376c963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Expand Up @@ -87,8 +87,8 @@ test:
requires:
- pytest <8.0.0
commands:
- pytest --fixtures .
- env PYTHONWARNINGS="ignore::FutureWarning,ignore::DeprecationWarning" pytest -m "not slow" # [linux]
- python -W ignore -m pytest --fixtures .
- python -W ignore -m pytest -m "not slow" # [linux]

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

0 comments on commit 376c963

Please sign in to comment.