Skip to content

Commit

Permalink
skip win export conda tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed May 25, 2021
1 parent 22624e2 commit 0a2f211
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0a2f211

Please sign in to comment.