From fe20094121713012817122b41353c18b476ce82b Mon Sep 17 00:00:00 2001 From: alessandrofelder Date: Wed, 15 Nov 2023 14:23:10 +0000 Subject: [PATCH] make export test non-local --- tests/test_export_html.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_export_html.py b/tests/test_export_html.py index 25f34d02..70ca54b5 100644 --- a/tests/test_export_html.py +++ b/tests/test_export_html.py @@ -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") @@ -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):