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
|
|
@ -10,7 +10,7 @@ attrs==21.2.0
|
|||
# via pytest
|
||||
blinker==1.4
|
||||
# via -r requirements/tests.in
|
||||
greenlet==1.1.2
|
||||
greenlet==1.1.2 ; python_version < "3.11"
|
||||
# via -r requirements/tests.in
|
||||
iniconfig==1.1.1
|
||||
# via pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue