Skip to content

Commit

Permalink
update aicsimageio test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jul 1, 2023
1 parent 01761f2 commit d1b4b52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:

- name: Run Tests
run: |
pytest aicsimageio/tests/readers/test_ome_tiff_reader.py \
pytest --color=yes -k "not REMOTE" --ignore test_known_errors_without_cleaning \
aicsimageio/tests/readers/test_ome_tiff_reader.py \
aicsimageio/tests/readers/extra_readers/test_bioformats_reader.py \
aicsimageio/tests/readers/extra_readers/test_ome_zarr_reader.py \
-v -k "not REMOTE"
aicsimageio/tests/readers/extra_readers/test_ome_zarr_reader.py
deploy:
name: Deploy
Expand Down
6 changes: 6 additions & 0 deletions tests/test_thing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import pytest


@pytest.mark.xfail(strict=True)
def test_xfail_strict():
pass

0 comments on commit d1b4b52

Please sign in to comment.