Skip to content

Commit

Permalink
tests: Add tests for nested async support
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-raillard-arm authored and marcbonnici committed Sep 12, 2024
1 parent 796b9fc commit 1d6a007
Show file tree
Hide file tree
Showing 2 changed files with 610 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ def _load_path(filepath):
'doc': ['sphinx'],
'monsoon': ['python-gflags'],
'acme': ['pandas', 'numpy'],
'dev': [
'uvloop', # Test async features under uvloop
]
},
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
Expand Down
Loading

0 comments on commit 1d6a007

Please sign in to comment.