exclude greenlet tests on python 3.11

This commit is contained in:
David Lord 2021-11-15 13:04:41 -08:00
parent 4e8787b915
commit a2258dd05d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
pytest
asgiref
blinker
greenlet
greenlet ; python_version < "3.11"
python-dotenv