forked from orbit-oss/flask
Fixes for PEP451 import loaders and pytest 5.x
- pytest 5.x drops python2 compatibility and therefore only implements PEP 451 - pytest 5.x made the repr of `ExcInfo` less confusing (fixed tests depending on the old format)
This commit is contained in:
parent
b9c2267272
commit
a5ecdfa7a5
6 changed files with 57 additions and 25 deletions
|
|
@ -10,6 +10,7 @@ Unreleased
|
|||
requires upgrading to Werkzeug 0.15.5. :issue:`3249`
|
||||
- ``send_file`` url quotes the ":" and "/" characters for more
|
||||
compatible UTF-8 filename support in some browsers. :issue:`3074`
|
||||
- Fixes for PEP451 import loaders and pytest 5.x. :issue:`3275`
|
||||
|
||||
|
||||
Version 1.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue