Skip to content

Commit

Permalink
Clean up skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Apr 4, 2024
1 parent b8e489c commit 68b008a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
if: runner.os != 'linux' && always()
run: |
conda activate "${{ env.install_dir }}"
pytest --pyargs hyperspy_gui_traitsui -k "not test_image_contrast_tool"
pytest --pyargs hyperspy_gui_traitsui
- shell: bash -l {0}
name: Run test exspy
Expand Down Expand Up @@ -466,15 +466,14 @@ jobs:
shell: cmd
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
# test_spikes_removal_tool fails randomly, fixed in https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/51
pytest --pyargs hyperspy_gui_ipywidgets -k "not test_image_contrast_tool and not test_spikes_removal_tool"
pytest --pyargs hyperspy_gui_ipywidgets
- name: Run test hyperspy_gui_traitsui
if: always()
shell: cmd
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
pytest --pyargs hyperspy_gui_traitsui -k "not test_image_contrast_tool"
pytest --pyargs hyperspy_gui_traitsui
- name: Run test exspy
if: always()
Expand Down

0 comments on commit 68b008a

Please sign in to comment.