From a74e9ffa194153b5fcf967d854db83ee9b4115e9 Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:34:48 -0800 Subject: [PATCH] python -m pip check: spyder 6.0.2 requires pyqt5, which is not installed. spyder 6.0.2 requires pyqtwebengine, which is not installed. Do not do pip check on spyder-base. --- recipe/meta.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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/