Skip to content

Commit

Permalink
make export test non-local
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Nov 15, 2023
1 parent 4ba30fc commit fe20094
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_export_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def scene():
return s


@pytest.mark.local
def test_export_for_web(scene):
"""Check that exporting to html creates the expected file"""
path = scene.export("test.html")
Expand All @@ -26,7 +25,6 @@ def test_export_for_web(scene):
path.unlink()


@pytest.mark.local
def test_export_for_web_raises(scene):
"""Check that exporting with invalid file extention raises ValueError"""
with pytest.raises(ValueError):
Expand Down

0 comments on commit fe20094

Please sign in to comment.