Skip to content

Commit

Permalink
Marked test_save_tour xfail; resorted envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Apr 5, 2022
1 parent 3d2d75c commit dcb802e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
28 changes: 10 additions & 18 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
# Standard tests
- macos: py36-test
- macos: py37-test
- macos: py38-test
- macos: py39-test
windows:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
Expand All @@ -20,6 +22,7 @@ jobs:
# Standard tests
- windows: py38-test
- windows: py39-test
- windows: py310-test
linux:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
Expand All @@ -41,30 +44,19 @@ jobs:
- linux: codestyle
# Standard tests
- linux: py36-test
- linux: py37-test
- linux: py38-test
- linux: py39-test
- linux: py310-test
allowed_failures:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
display: true
libraries: |
apt:
- libxkbcommon-x11-0
- libxcb-icccm4
- libxcb-image0
- libxcb-keysyms1
- libxcb-randr0
- libxcb-render-util0
- libxcb-xfixes0
- libxcb-xinerama0
envs: |
# Tests allowed to fail
- linux: py37-test
- linux: py38-test
- linux: py39-test
- linux: py310-test
- macos: py38-test
- macos: py39-test
- macos: py310-test
- windows: py36-test
- windows: py37-test
- windows: py310-test
# OSError: Could not find library geos_c or load any of its variants
- macos: py310-test
3 changes: 2 additions & 1 deletion glue_wwt/viewer/tests/test_wwt_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ def test_remove_layer(self):
assert subset_layer.wwt_client.layers.add_table_layer.call_count == 0
assert subset_layer.wwt_layer is None

@pytest.mark.skipif(sys.platform == 'win32', reason="Test causes issues on Windows")
# @pytest.mark.skipif(sys.platform == 'win32', reason="Test causes issues on Windows")
@pytest.mark.xfail(reason="'asynchronous' keyword unsupported by some JavaScript versions")
def test_save_tour(self, tmpdir):

filename = tmpdir.join('mytour.wtt').strpath
Expand Down

0 comments on commit dcb802e

Please sign in to comment.