diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 894713a..1660848 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 "ignore::FutureWarning,ignore::DeprecationWarning" --fixtures . + - pytest -W "ignore::FutureWarning,ignore::DeprecationWarning" -m "not slow" # [linux] about: home: https://github.com/sebp/scikit-survival