mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* Fix #811: new socket server to receive pid and port for subprocesses * Install test dependencies from test_requirements.txt on Travis * Multiproc support can't handle os.fork() as implemented. On Python 3.4+, use set_start_method('spawn') to ensure that multiprocessing module doesn't use fork. On lower versions, skip the test. * Restrict the multiprocessing test to Windows for now.
This commit is contained in:
parent
55059ca379
commit
23c118aae4
20 changed files with 492 additions and 123 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[pytest]
|
||||
testpaths=pytests
|
||||
timeout=3
|
||||
timeout=5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue