Disable test_argv_quoting on Python 2.7 on non-Windows platform due to #935.

This commit is contained in:
Pavel Minaev 2019-03-16 22:15:42 -07:00 committed by Pavel Minaev
parent 28ed9b3f07
commit 6a785aba08

View file

@ -228,6 +228,8 @@ def test_autokill(pyfile, run_as, start_method):
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():