From 93a6827953e603215b8f7e20e8081a7520eeb519 Mon Sep 17 00:00:00 2001 From: Dhananjhay Date: Mon, 24 Feb 2025 22:34:34 -0500 Subject: [PATCH] add separate test for windows --- recipes/poethepoet/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/poethepoet/meta.yaml b/recipes/poethepoet/meta.yaml index 9d59f7e556b2e..47b3a6857612c 100644 --- a/recipes/poethepoet/meta.yaml +++ b/recipes/poethepoet/meta.yaml @@ -12,7 +12,7 @@ source: build: entry_points: - - poe = poethepoet.__main__:main + - poe = poethepoet:main noarch: python script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation number: 0 @@ -33,7 +33,8 @@ test: - poethepoet commands: - pip check - - poe --help + - python -m poethepoet --help + - poe --help # [not win] requires: - python {{ python_min }} - pip