Skip to content

Commit e3eb0d6

Browse files
committed
Comment test for now
1 parent 231bdaf commit e3eb0d6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

conda/meta.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,24 @@ requirements:
6666
- pillow
6767
- moderngl
6868

69-
test:
70-
test:
71-
requires:
72-
- numpy >=1.18
73-
- jupyter-server-proxy
74-
- aiohttp
75-
- matplotlib
76-
- moderngl
77-
- quaternion
78-
- pillow
79-
- moderngl
80-
imports:
81-
- lavavu
82-
commands:
83-
#This will not work on CI without opengl context
84-
- python -c "import lavavu; print(lavavu.__version__); lv = lavavu.Viewer(); print(lv.gl); lv.test(); lv.image('test.jpg');" # [linux]
69+
#test:
70+
# test:
71+
# requires:
72+
# - numpy >=1.18
73+
# - jupyter-server-proxy
74+
# - aiohttp
75+
# - matplotlib
76+
# - moderngl
77+
# - quaternion
78+
# - pillow
79+
# - moderngl
80+
# imports:
81+
# - lavavu
82+
# commands:
83+
# #this will not work on ci without opengl context
84+
# - python -c "import lavavu; print(lavavu.__version__); lv = lavavu.viewer(); print(lv.gl); lv.test(); lv.image('test.jpg');" # [linux]
8585

86-
about:
86+
#about:
8787
summary: Python interface to LavaVu OpenGL 3D scientific visualisation utilities
8888
home: https://lavavu.github.io/
8989
dev_url: https://github.com/lavavu/LavaVu

0 commit comments

Comments
 (0)