1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-08 13:01:54 +01:00

tests: Add tests for nested async support

This commit is contained in:
Douglas Raillard
2024-05-14 14:19:03 +01:00
committed by Marc Bonnici
parent 796b9fc1ef
commit 1d6a007bad
2 changed files with 610 additions and 0 deletions

View File

@@ -113,6 +113,9 @@ params = dict(
'doc': ['sphinx'],
'monsoon': ['python-gflags'],
'acme': ['pandas', 'numpy'],
'dev': [
'uvloop', # Test async features under uvloop
]
},
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[