Skip to content

Commit 6c48508

Browse files
committed
Remove skipping test
1 parent 7b4531b commit 6c48508

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
if: always()
247247
run: |
248248
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"
249+
pytest --pyargs rsciio --reruns 3 -n 1
250250
251251
- name: Test hyperspy
252252
if: always()
@@ -265,8 +265,7 @@ jobs:
265265
if: runner.os != 'linux' && always()
266266
run: |
267267
conda activate "${{ env.install_dir }}"
268-
# test_image_contrast_tool not supported with agg backend
269-
pytest --pyargs hyperspy_gui_traitsui -k "not test_image_contrast_tool"
268+
pytest --pyargs hyperspy_gui_traitsui
270269
271270
- name: Run test exspy
272271
if: always()
@@ -433,7 +432,7 @@ jobs:
433432
shell: cmd
434433
run: |
435434
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"
435+
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_mrcz.py and not test_usid.py"
437436
438437
- name: Run test hyperspy_gui_ipywidgets
439438
if: always()
@@ -442,13 +441,12 @@ jobs:
442441
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
443442
pytest --pyargs hyperspy_gui_ipywidgets
444443
445-
- name: Run test hyperspy_gui_traitsui --reruns 3
444+
- name: Run test hyperspy_gui_traitsui
446445
if: always()
447446
shell: cmd
448447
run: |
449448
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
450-
# test_image_contrast_tool not supported with agg backend
451-
pytest --pyargs hyperspy_gui_traitsui -k "not test_image_contrast_tool"
449+
pytest --pyargs hyperspy_gui_traitsui
452450
453451
- name: Run test exspy
454452
if: always()
@@ -493,7 +491,7 @@ jobs:
493491
run: |
494492
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
495493
# Skip these tests until there are fixed
496-
pytest --pyargs kikuchipy -k "not test_spherical_pyvista and not test_not_allow_download_raises and not test_save_load_0d_nav"
494+
pytest --pyargs kikuchipy -k "not test_not_allow_download_raises"
497495
498496
- name: Upload Release Asset
499497
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)