Skip to content

Commit f7f2479

Browse files
authored
build: Ignore test for conda for now (#8732)
1 parent fd4f896 commit f7f2479

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

scripts/conda/recipe/meta.yaml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,22 @@ requirements:
3131
- {{ dep }}
3232
{% endfor %}
3333

34-
test:
35-
imports:
36-
- panel
37-
- panel.io
38-
requires:
39-
- pip
40-
- pytest-asyncio
41-
- pytest-rerunfailures <16
42-
- pytest-xdist
43-
- esbuild
44-
- python-gil
45-
commands:
46-
- pip check
47-
- panel --help
48-
- pytest --pyargs panel.tests -n logical --dist loadgroup
34+
# TODO: Add back when we have release panel-core 1.10.0 on conda-forge
35+
# test:
36+
# imports:
37+
# - panel
38+
# - panel.io
39+
# requires:
40+
# - pip
41+
# - pytest-asyncio
42+
# - pytest-rerunfailures <16
43+
# - pytest-xdist
44+
# - esbuild
45+
# - python-gil
46+
# commands:
47+
# - pip check
48+
# - panel --help
49+
# - pytest --pyargs panel.tests -n logical --dist loadgroup
4950

5051
about:
5152
home: {{ project['urls']['Homepage'] }}

0 commit comments

Comments
 (0)