Skip to content

Commit

Permalink
python -m pip check:
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mrclary committed Nov 21, 2024
1 parent 51482e2 commit a74e9ff
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit a74e9ff

Please sign in to comment.