XD-DENG closed pull request #4158: [AIRFLOW-XXX] Pin version of MarkupSafe to
fix "TestAirflowBaseViews" CI failure
URL: https://github.com/apache/incubator-airflow/pull/4158
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/setup.py b/setup.py
index d093d4971f..a1e109a135 100644
--- a/setup.py
+++ b/setup.py
@@ -329,6 +329,7 @@ def do_setup():
'unicodecsv>=0.14.1',
'werkzeug>=0.14.1, <0.15.0',
'zope.deprecation>=4.0, <5.0',
+ 'MarkupSafe==1.0',
],
setup_requires=[
'docutils>=0.14, <1.0',
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services