Ptvsd debugger component. (#23336)

* ptvsd debugger component.

* Add test case

* ptvsd as test dependency

* Fix for 3.5

* Fixed bootstrap test

* Use dict direct lookup.

* Don't need to load dependencies.

* Get the test working.

* 3.5 fix

* Set mock return value

* Put tests back, but skip them

* Change log level
This commit is contained in:
Penny Wood 2019-05-01 06:07:34 +08:00 committed by cgtobi
parent 24060e0fb5
commit b0843f4a38
10 changed files with 150 additions and 1 deletions

View file

@ -94,6 +94,7 @@ TEST_REQUIREMENTS = (
'pilight',
'pmsensor',
'prometheus_client',
'ptvsd',
'pushbullet.py',
'py-canary',
'pyblackbird',