mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Disable test_argv_quoting on Python 2.7 on non-Windows platform due to #935.
This commit is contained in:
parent
28ed9b3f07
commit
6a785aba08
1 changed files with 2 additions and 0 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue