summaryrefslogtreecommitdiff
path: root/tests/onionshare_receive_mode_upload_public_mode_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/onionshare_receive_mode_upload_public_mode_test.py')
-rw-r--r--tests/onionshare_receive_mode_upload_public_mode_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/onionshare_receive_mode_upload_public_mode_test.py b/tests/onionshare_receive_mode_upload_public_mode_test.py
index 3c733f0a..c2611ad5 100644
--- a/tests/onionshare_receive_mode_upload_public_mode_test.py
+++ b/tests/onionshare_receive_mode_upload_public_mode_test.py
@@ -19,6 +19,7 @@ class ReceiveModeTest(unittest.TestCase, TorGuiReceiveTest):
@pytest.mark.gui
@pytest.mark.tor
+ @pytest.mark.skipif(pytest.__version__ < '2.9', reason="requires newer pytest")
def test_gui(self):
self.run_all_common_setup_tests()
self.run_all_receive_mode_tests(True, True)