From 61d5f44c2a436975308d4b88fae8e9249522b75e Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Sat, 16 Mar 2019 22:15:42 -0700 Subject: [PATCH] Disable test_argv_quoting on Python 2.7 on non-Windows platform due to #935. --- tests/func/test_multiproc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/func/test_multiproc.py b/tests/func/test_multiproc.py index 2b914d45a..e39c9daf8 100644 --- a/tests/func/test_multiproc.py +++ b/tests/func/test_multiproc.py @@ -228,6 +228,8 @@ def parent(): parent_session.wait_for_exit() +@pytest.mark.skipif(sys.version_info < (3, 0) and (platform.system() != 'Windows'), + reason='Bug #935') def test_argv_quoting(pyfile, run_as, start_method): @pyfile def args():