From fd9ffcbd4f78ecb15a0bcc5f6e33358656b2b350 Mon Sep 17 00:00:00 2001 From: Lester Hedges Date: Tue, 28 Jul 2026 12:09:14 +0100 Subject: [PATCH] Backport fix from PR #537. [ci skip] --- recipes/biosimspace/recipe.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/biosimspace/recipe.yaml b/recipes/biosimspace/recipe.yaml index abdf4e06a..5ddb5b831 100644 --- a/recipes/biosimspace/recipe.yaml +++ b/recipes/biosimspace/recipe.yaml @@ -56,6 +56,10 @@ tests: - python: imports: - BioSimSpace + # AmberTools can be pulled in transitively, and installs tools into + # site-packages whose metadata still pins numpy <2, so 'pip check' + # fails even though nothing here uses them. + pip_check: false - script: - if: unix then: PYTHONPATH=. pytest -vvv --color=yes --import-mode=importlib ./tests