add changelog for GH-2957

This commit is contained in:
David Lord 2019-01-07 06:56:20 -08:00
parent 45fbf751bc
commit fd3c2dd2f8
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():