Skip to content

Commit e2830eb

Browse files
committed
Skip rosettasciio test suite until 0.9.0 is released
1 parent 0a18f5c commit e2830eb

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,12 @@ jobs:
242242
# Error on closing figure, not critical
243243
pytest --pyargs hyperspyui -k "not plotting"
244244
245-
- name: Test RosettaSciIO
246-
if: always()
247-
run: |
248-
conda activate "${{ env.install_dir }}"
249-
pytest --pyargs rsciio --reruns 3 -n 1 -k "not TestOperate and not test_export_scalebar and not test_load_readonly and not test_lazy_loading_hyperspy_close"
245+
# Skip until 0.9.0 is released
246+
# - name: Test RosettaSciIO
247+
# if: always()
248+
# run: |
249+
# conda activate "${{ env.install_dir }}"
250+
# pytest --pyargs rsciio --reruns 3 -n 1 -k "not TestOperate and not test_export_scalebar and not test_load_readonly and not test_lazy_loading_hyperspy_close"
250251

251252
- name: Test hyperspy
252253
if: always()
@@ -428,12 +429,13 @@ jobs:
428429
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
429430
pytest --pyargs hyperspy --reruns 3 -n 2
430431
431-
- name: Run test RosettaSciIO
432-
if: always()
433-
shell: cmd
434-
run: |
435-
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
436-
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_mrcz.py and not test_usid.py and not TestOperate and not test_lazy_loading_hyperspy_close"
432+
# Skip until 0.9.0 is released
433+
# - name: Run test RosettaSciIO
434+
# if: always()
435+
# shell: cmd
436+
# run: |
437+
# call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
438+
# pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_mrcz.py and not test_usid.py and not TestOperate and not test_lazy_loading_hyperspy_close"
437439

438440
- name: Run test hyperspy_gui_ipywidgets
439441
if: always()

0 commit comments

Comments
 (0)