From 0a2f21172f724001c33f726fb609f46dc3e6e6e2 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Tue, 25 May 2021 09:21:45 -0400 Subject: [PATCH] skip win export conda tests --- conda.recipe/meta.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 6e83a3d9..bee8196c 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -99,9 +99,9 @@ outputs: - ipydrawio_export requires: - pip - - pytest-cov - - pytest-tornasync - - pytest-console-scripts + - pytest-cov # [unix] + - pytest-tornasync # [unix] + - pytest-console-scripts # [unix] commands: - pip check - jupyter labextension list @@ -111,10 +111,9 @@ outputs: - jupyter serverextension list 1>serverextensions 2>&1 - cat serverextensions | grep "ipydrawio_export.*OK" # [unix] {% set pytest_args = "--cov-fail-under=96" %} # [unix] - {% set pytest_args = "-k 'not export_merged'" %} # [win] # TODO: investigate potential docker/locale issues upstream to restore coverage # {% set pytest_args = "--cov-fail-under=54 -k 'not (export_empty or export_merged or serverextension_export)'" %} # [linux] - - pytest -vv --pyargs ipydrawio_export --script-launch-mode=subprocess --cov=ipydrawio_export --cov-report=term-missing:skip-covered {{ pytest_args }} + - pytest -vv --pyargs ipydrawio_export --script-launch-mode=subprocess --cov=ipydrawio_export --cov-report=term-missing:skip-covered {{ pytest_args }} # [unix] about: home: https://github.com/deathbeds/ipydrawio summary: PDF export for IPyDrawio