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 3ae9a0c
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]
- pytest -w "PYTHONWARNINGS=ignore::FutureWarning,ignore::DeprecationWarning" --fixtures .
- pytest -w "PYTHONWARNINGS=ignore::FutureWarning,ignore::DeprecationWarning" -m "not slow" # [linux]

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

0 comments on commit 3ae9a0c

Please sign in to comment.