From 376c963274ead4ac18aeb6a66f9e3e110db0ab6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Sun, 4 Feb 2024 16:43:01 +0100 Subject: [PATCH] Disable warnings --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 894713a..b0b0985 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] + - python -W ignore -m pytest --fixtures . + - python -W ignore -m pytest -m "not slow" # [linux] about: home: https://github.com/sebp/scikit-survival