From 653114d02093637e54d0d3122ae88ceabaf7454f Mon Sep 17 00:00:00 2001 From: Isabel Paredes Date: Fri, 31 Jan 2025 18:53:45 +0100 Subject: [PATCH] Restore tests --- recipes/recipes_emscripten/scipy/recipe.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/recipes/recipes_emscripten/scipy/recipe.yaml b/recipes/recipes_emscripten/scipy/recipe.yaml index 4a0c535cf..c342561ae 100644 --- a/recipes/recipes_emscripten/scipy/recipe.yaml +++ b/recipes/recipes_emscripten/scipy/recipe.yaml @@ -50,6 +50,17 @@ requirements: # https://github.com/scipy/scipy/blob/v${{ version }}/pyproject.toml#L55 - numpy >=1.23.5 +tests: +- script: pytester + files: + recipe: + - test_scipy.py + requirements: + build: + - pytester + run: + - pytester-run + about: homepage: http://www.scipy.org/ license: BSD-3-Clause