update requirements (#3823)

This commit is contained in:
David Lord 2020-11-01 05:30:02 -08:00 committed by GitHub
parent 7781b83a6e
commit 8817c77eb0
7 changed files with 33 additions and 35 deletions

View file

@ -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",
)