Do not hardcode the ptvsd version.

This commit is contained in:
Eric Snow 2018-04-11 21:21:17 +00:00
parent fba3fd0e91
commit 2b410e263e

View file

@ -202,7 +202,7 @@ class LifecycleTests(TestsBase, unittest.TestCase):
'body': {
'output': 'ptvsd',
'data': {
'version': '4.0.0a5',
'version': ptvsd.__version__,
},
'category': 'telemetry',
},