Skip to content

Commit

Permalink
Merge pull request #34 from ericpre/remove_skip_tests
Browse files Browse the repository at this point in the history
Remove skip tests
  • Loading branch information
ericpre committed Oct 31, 2022
2 parents a39537d + ba64b4d commit 20961d2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,7 @@ jobs:
run: |
conda list
- name: Run HyperSpy Test Suite (Release)
if: contains(matrix.HYPERSPY_VERSION, 'release')
run: |
python -m pytest --pyargs hyperspy --reruns 3 -n 2 --instafail -k "not test_random_state_lazy and not test_lazy_add_"
- name: Run HyperSpy Test Suite (Dev)
if: contains(matrix.HYPERSPY_VERSION, 'Rn')
- name: Run HyperSpy Test Suite
run: |
python -m pytest --pyargs hyperspy --reruns 3 -n 2 --instafail
Expand All @@ -136,8 +130,7 @@ jobs:
run: |
# Virtual buffer (xvfb) required for tests using PyVista
sudo apt-get install xvfb
# for tests skip, see https://github.com/pyxem/kikuchipy/issues/565
xvfb-run python -m pytest --pyargs kikuchipy -k "not test_chunk_bytes and not test_get_chunking"
xvfb-run python -m pytest --pyargs kikuchipy
- name: Run LumiSpy Test Suite
if: ${{ always() }}
Expand Down

0 comments on commit 20961d2

Please sign in to comment.