From 7eb33a743c57d31144a2bff6a4e5f29b5fd8d95e Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Thu, 25 Jul 2024 14:38:47 -0400 Subject: [PATCH] supress running qc of meta.yaml in conda-forge by renaming --- conda-recipe/{run_test.py => dont_run.py} | 0 conda-recipe/{meta.yaml => meta.suppress_yaml} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename conda-recipe/{run_test.py => dont_run.py} (100%) rename conda-recipe/{meta.yaml => meta.suppress_yaml} (96%) diff --git a/conda-recipe/run_test.py b/conda-recipe/dont_run.py similarity index 100% rename from conda-recipe/run_test.py rename to conda-recipe/dont_run.py diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.suppress_yaml similarity index 96% rename from conda-recipe/meta.yaml rename to conda-recipe/meta.suppress_yaml index 2eeff68a..568d0c7d 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.suppress_yaml @@ -54,7 +54,7 @@ test: # entry points work. - # You can also put a file called run_test.py in the recipe that will be run + # You can also put a file called dont_run.py in the recipe that will be run # at test time. # requires: