From 892c932bd44a05f8b0e9705a4a06a216a68d7ce0 Mon Sep 17 00:00:00 2001 From: Carlo Date: Fri, 12 Sep 2025 15:35:35 +0200 Subject: [PATCH 1/2] test for chromedriver command availability --- recipe/recipe.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index bf3d8d5..9e8ec58 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -63,6 +63,7 @@ tests: - python ${{ python_min }}.* script: - python run_test.py + - chromedriver --version about: homepage: https://github.com/danielkaiser/python-chromedriver-binary From d713a736acbb2e9378a36f4114f0d82e3380875d Mon Sep 17 00:00:00 2001 From: Carlo Date: Fri, 12 Sep 2025 15:36:24 +0200 Subject: [PATCH 2/2] bump build number --- recipe/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 9e8ec58..34bfcd1 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -26,7 +26,7 @@ source: sha256: 81ad0e01b31ae2054e22b72535b686f1a63d170d865b6bb809d0977b760fbcb8 build: - number: 0 + number: 1 noarch: python dynamic_linking: binary_relocation: ${{ false if noarch_platform == "osx" else true }}