Allow testing with anyio 4

This commit is contained in:
Benjamin A. Beasley 2024-04-26 12:14:48 -04:00
parent d147a9f460
commit 11b7a1b2a1

View file

@ -242,6 +242,7 @@ sed -r -i 's/(pytest)<7\.0\.0/\1/' tox.ini
sed -r -i 's/(pytest-asyncio)<=0\.21\.1/\1/' tox.ini
sed -r -i 's/(Werkzeug)<2\.1\.0/\1/' tox.ini
sed -r -i 's/(gevent)>=22\.10\.0, <22\.11\.0/\1/' tox.ini
sed -r -i 's/(anyio)<4\.0\.0/\1/' tox.ini
# newrelic is unpackaged yet, remove it
sed -r -i '/(newrelic)/d' tox.ini