From 6ad9794fc5a3cc5f654993d19f9e6adc16f7c1b6 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Fri, 12 Jul 2024 20:05:22 +0100 Subject: [PATCH] Tidy up skipping test following rosettasciio 0.6 release --- .github/workflows/release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 655590e..827d195 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -263,9 +263,7 @@ jobs: if: always() run: | conda activate "${{ env.install_dir }}" - # Remove skipping test when rosettasciio 0.6 is released - # https://github.com/hyperspy/rosettasciio/pull/282 - pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_read_stack" + pytest --pyargs rsciio --reruns 3 -n 2 - shell: bash -l {0} name: Test hyperspy @@ -459,9 +457,7 @@ jobs: shell: cmd run: | call "${{ env.WP_DIR_NAME }}\scripts\env.bat" - # Remove skipping test when rosettasciio 0.6 is released - # https://github.com/hyperspy/rosettasciio/pull/282 - pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_read_stack" + pytest --pyargs rsciio --reruns 3 -n 2 - name: Run test hyperspy_gui_ipywidgets if: always()