forked from orbit-oss/flask
exclude greenlet tests on python 3.11
This commit is contained in:
parent
4e8787b915
commit
a2258dd05d
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
pytest
|
||||
asgiref
|
||||
blinker
|
||||
greenlet
|
||||
greenlet ; python_version < "3.11"
|
||||
python-dotenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue