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

@ -38,7 +38,7 @@ filelock==3.3.2
# via
# tox
# virtualenv
greenlet==1.1.2
greenlet==1.1.2 ; python_version < "3.11"
# via -r requirements/tests.in
identify==2.3.3
# via pre-commit