summaryrefslogtreecommitdiff
path: root/tests/local_onionshare_settings_dialog_v3_tor_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local_onionshare_settings_dialog_v3_tor_test.py')
-rw-r--r--tests/local_onionshare_settings_dialog_v3_tor_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local_onionshare_settings_dialog_v3_tor_test.py b/tests/local_onionshare_settings_dialog_v3_tor_test.py
index 88a0438e..d5abeabc 100644
--- a/tests/local_onionshare_settings_dialog_v3_tor_test.py
+++ b/tests/local_onionshare_settings_dialog_v3_tor_test.py
@@ -16,7 +16,7 @@ class SettingsGuiTest(unittest.TestCase, SettingsGuiBaseTest):
SettingsGuiBaseTest.tear_down()
@pytest.mark.gui
- @pytest.mark.skipif(pytest.__version__ < '2.9', reason="requires newer pytest")
+ @pytest.mark.skipif(pytest.__version__ < "2.9", reason="requires newer pytest")
def test_gui_v3_tor(self):
self.gui.onion = OnionStub(True, True)
self.gui.reload_settings()