forked from orbit-oss/flask
drop Python 3.6
This commit is contained in:
parent
3c36d043e5
commit
e609dddd60
9 changed files with 11 additions and 33 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import gc
|
||||
import re
|
||||
import sys
|
||||
import time
|
||||
import uuid
|
||||
import weakref
|
||||
|
|
@ -1323,7 +1322,6 @@ def test_jsonify_mimetype(app, req_ctx):
|
|||
assert rv.mimetype == "application/vnd.api+json"
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.version_info < (3, 7), reason="requires Python >= 3.7")
|
||||
def test_json_dump_dataclass(app, req_ctx):
|
||||
from dataclasses import make_dataclass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue