There was an error while loading. Please reload this page.
1 parent fd4f896 commit f7f2479Copy full SHA for f7f2479
1 file changed
scripts/conda/recipe/meta.yaml
@@ -31,21 +31,22 @@ requirements:
31
- {{ dep }}
32
{% endfor %}
33
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
+# TODO: Add back when we have release panel-core 1.10.0 on conda-forge
+# test:
+# imports:
+# - panel
+# - panel.io
+# requires:
+# - pip
+# - pytest-asyncio
+# - pytest-rerunfailures <16
+# - pytest-xdist
+# - esbuild
+# - python-gil
+# commands:
+# - pip check
+# - panel --help
49
+# - pytest --pyargs panel.tests -n logical --dist loadgroup
50
51
about:
52
home: {{ project['urls']['Homepage'] }}
0 commit comments