From 3ae9a0ca045aef0f1996e732dee1c2fa61b81453 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..77b64f0 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 "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