From 4f6d13e498ee16785a3103205e73ee7e70bc7e08 Mon Sep 17 00:00:00 2001 From: ngam <67342040+ngam@users.noreply.github.com> Date: Fri, 10 Feb 2023 22:24:34 -0500 Subject: [PATCH 1/3] include limit on importlab and add pip check --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9845c33..f2a40b3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -44,7 +44,7 @@ requirements: - python run: - attrs >=21.4.0 - - importlab + - importlab >=0.8 - jinja2 >=3.1.2 - libcst >=0.4.9 - networkx <2.8.4 @@ -66,7 +66,7 @@ test: - pytype --help - pytype-single --help - pyxref --help - # - pip check # wait until importlab gets upgraded to v0.8 + - pip check requires: - pip From 0c0faf7ebc973739997b4ea6c678582a1a6afe1f Mon Sep 17 00:00:00 2001 From: ngam <67342040+ngam@users.noreply.github.com> Date: Fri, 10 Feb 2023 22:25:14 -0500 Subject: [PATCH 2/3] bld no --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f2a40b3..c58e9fa 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -21,7 +21,7 @@ source: folder: typeshed build: - number: 1 + number: 2 skip: true # [win] # no windows builds here: https://pypi.org/project/pytype/#files entry_points: From cf2bd1a7880691a7a295590dcfa82363da78e808 Mon Sep 17 00:00:00 2001 From: ngam <67342040+ngam@users.noreply.github.com> Date: Fri, 10 Feb 2023 23:03:32 -0500 Subject: [PATCH 3/3] disable pip check --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c58e9fa..8ff37b3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -66,7 +66,8 @@ test: - pytype --help - pytype-single --help - pyxref --help - - pip check + # enable after https://github.com/conda-forge/staged-recipes/pull/19098 + # - pip check requires: - pip