add changelog for GH-2957

This commit is contained in:
David Lord 2019-01-07 06:56:20 -08:00
parent b570bf699c
commit 366f3f49af
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 15 additions and 13 deletions

View file

@ -609,10 +609,6 @@ class TestSendfile(object):
assert rv.status_code == 200
rv.close()
@pytest.mark.skipif(
not callable(getattr(Range, 'to_content_range_header', None)),
reason="not implemented within werkzeug"
)
def test_send_file_range_request_bytesio(self, app, client):
@app.route('/')
def index():