Skip to content

Commit 2a3c737

Browse files
authored
Merge pull request #114 from ericpre/tidy_up_skipping_test
Tidy up skipping test following rosettasciio 0.6 release
2 parents 2628ee8 + 6ad9794 commit 2a3c737

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@ jobs:
263263
if: always()
264264
run: |
265265
conda activate "${{ env.install_dir }}"
266-
# Remove skipping test when rosettasciio 0.6 is released
267-
# https://github.com/hyperspy/rosettasciio/pull/282
268-
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_read_stack"
266+
pytest --pyargs rsciio --reruns 3 -n 2
269267
270268
- shell: bash -l {0}
271269
name: Test hyperspy
@@ -459,9 +457,7 @@ jobs:
459457
shell: cmd
460458
run: |
461459
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
462-
# Remove skipping test when rosettasciio 0.6 is released
463-
# https://github.com/hyperspy/rosettasciio/pull/282
464-
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_read_stack"
460+
pytest --pyargs rsciio --reruns 3 -n 2
465461
466462
- name: Run test hyperspy_gui_ipywidgets
467463
if: always()

0 commit comments

Comments
 (0)