forked from orbit-oss/flask
update requirements (#3823)
This commit is contained in:
parent
3b57c19e3b
commit
373f0dd82e
7 changed files with 33 additions and 35 deletions
|
|
@ -20,7 +20,8 @@ import flask
|
|||
|
||||
|
||||
require_cpython_gc = pytest.mark.skipif(
|
||||
python_implementation() != "CPython", reason="Requires CPython GC behavior",
|
||||
python_implementation() != "CPython",
|
||||
reason="Requires CPython GC behavior",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue