Skip to content

Commit

Permalink
Skip test_quantumdetector.py for now, since it doesn't play well wi…
Browse files Browse the repository at this point in the history
…th current pytest setup (pytest pinned)
  • Loading branch information
ericpre committed May 2, 2024
1 parent 2a5dab4 commit 8dcf8b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ jobs:
if: always()
run: |
conda activate "${{ env.install_dir }}"
pytest --pyargs rsciio --reruns 3 -n 2
# teardown in test_quantumdetector.py doesn't play well with pytest setup
# revisit when pytest 7.4.4 is unpinned
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_quantumdetector.py"
- shell: bash -l {0}
name: Test hyperspy
Expand Down Expand Up @@ -459,7 +461,7 @@ jobs:
shell: cmd
run: |
call "${{ env.WP_DIR_NAME }}\scripts\env.bat"
pytest --pyargs rsciio --reruns 3 -n 2
pytest --pyargs rsciio --reruns 3 -n 2 -k "not test_quantumdetector.py"
- name: Run test hyperspy_gui_ipywidgets
if: always()
Expand Down

0 comments on commit 8dcf8b2

Please sign in to comment.