diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ae85b11..78775eb 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -81,12 +81,9 @@ requirements: test: requires: - python {{ python_min }} # [unix] - - pip commands: - USER=test spyder -h # [unix] - spyder -h # [win] - # Pip fails when running but the package is installed correctly - - python -m pip check # [not aarch64] imports: - spyder @@ -131,6 +128,17 @@ outputs: # https://conda-forge.org/docs/maintainer/knowledge_base/#noarch-python - __linux # [linux] - __osx # [osx] + test: + requires: + - python {{ python_min }} # [unix] + - pip + commands: + - USER=test spyder -h # [unix] + - spyder -h # [win] + # Pip fails when running but the package is installed correctly + - python -m pip check # [not aarch64] + imports: + - spyder about: home: https://www.spyder-ide.org/