From 052d4e9628f3277c44328a702e6192d767394a59 Mon Sep 17 00:00:00 2001 From: Taka Date: Sun, 28 Jul 2019 06:02:34 +0000 Subject: [PATCH] Fixed a test option. --- vasl_templates/webapp/tests/test_vassal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vasl_templates/webapp/tests/test_vassal.py b/vasl_templates/webapp/tests/test_vassal.py index 471ffa6..7620c07 100644 --- a/vasl_templates/webapp/tests/test_vassal.py +++ b/vasl_templates/webapp/tests/test_vassal.py @@ -497,6 +497,7 @@ def test_update_legacy_latw_labels( webapp, webdriver ): @pytest.mark.skipif( not pytest.config.option.vasl_mods, reason="--vasl-mods not specified" ) #pylint: disable=no-member @pytest.mark.skipif( not pytest.config.option.vassal, reason="--vassal not specified" ) #pylint: disable=no-member +@pytest.mark.skipif( not pytest.config.option.vasl_extensions, reason="--vasl-extensions not specified" ) #pylint: disable=no-member def test_analyze_vsav( webapp, webdriver ): """Test analyzing a scenario."""