Skip to content

Commit 410b9be

Browse files
authored
Merge pull request #145 from axiomiety/pin-trio
pin trio to <0.25.0 due to breaking changes
2 parents 69d0be3 + e7e4b71 commit 410b9be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sphinx >= 1.7.0
22
sphinx_rtd_theme
33
sphinxcontrib-trio
44
towncrier
5-
trio >= 0.15.0
5+
trio >= 0.15.0,< 0.25.0
66
outcome
77
attrs
88
greenlet

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest-cov
33
pytest-trio
44
outcome
55
pytest-timeout
6+
trio >= 0.15.0,< 0.25.0

0 commit comments

Comments
 (0)