Commit 313d17d
committed
tests: constrain anyio to fix CI test failures
Add anyio<4.11.0 constraint to tests/requirements.txt to resolve incompatibility between anyio 4.11.0+ and trio 0.26.2.
pip was installing anyio 4.11.0 causing error in trio library
'''
File "trio/_core/_ki.py", line 183, in wrapper
| return fn(*args, **kwargs)
| TypeError: cancel() takes 1 positional argument but 2 were given
'''
Signed-off-by: Faizan Ali <[email protected]>1 parent 4cf1ecb commit 313d17d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments