mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Refactor timeline:
- implicit freezing on wait - wait_for_next() and expect_new() - unobserved occurrences checking - timeline slicing into intervals - queue-based timeline for accurate timestamps - finer-grained timeline tests - tighen up ptvsd tests - pretty colors!
This commit is contained in:
parent
877d83c26a
commit
5efc9c5470
16 changed files with 1065 additions and 467 deletions
11
setup.py
11
setup.py
|
|
@ -59,7 +59,16 @@ if __name__ == '__main__':
|
|||
url='https://aka.ms/ptvs',
|
||||
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
|
||||
setup_requires=['pytest_runner>=4.2'],
|
||||
tests_require=['pytest>=3.8', 'pytest-timeout>=1.3', 'psutil>=5.4'],
|
||||
tests_require=[
|
||||
'pytest>=3.8',
|
||||
'pytest-timeout>=1.3',
|
||||
'psutil>=5.4',
|
||||
'requests',
|
||||
'flask',
|
||||
'django',
|
||||
'pygments>=2.2',
|
||||
'colorama>=0.3',
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue