update requirements (#3823)

This commit is contained in:
David Lord 2020-11-01 05:30:02 -08:00 committed by GitHub
parent 3b57c19e3b
commit 373f0dd82e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",
)