don't require ssl module for flask cli

This commit is contained in:
cslecrone 2019-05-31 11:45:38 -04:00 committed by David Lord
parent 6e995f2379
commit 1718f1934c
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 21 additions and 1 deletions

View file

@ -68,6 +68,9 @@ Unreleased
supported. :issue:`3214`
- ``flask.testing.make_test_environ_builder()`` has been deprecated in
favour of a new class ``flask.testing.EnvironBuilder``. :pr:`3232`
- The ``flask run`` command no longer fails if Python is not built
with SSL support. Using the ``--cert`` option will show an
appropriate error message. :issue:`3211`
.. _#2935: https://github.com/pallets/flask/issues/2935
.. _#2957: https://github.com/pallets/flask/issues/2957