[ 
https://issues.apache.org/jira/browse/AIRFLOW-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17129771#comment-17129771
 ] 

ASF GitHub Bot commented on AIRFLOW-3391:
-----------------------------------------

ashb commented on a change in pull request #7626:
URL: https://github.com/apache/airflow/pull/7626#discussion_r437697053



##########
File path: tests/www/test_views.py
##########
@@ -883,7 +882,7 @@ def test_run_with_not_runnable_states(self, 
get_default_executor_function):
             self.check_content_in_response('', resp, resp_code=200)
 
             msg = "Task is in the '{}' state which is not a valid 
state for execution. " \
-                  .format(state) + "The task must be cleared in order to be 
run"
+                .format(state) + "The task must be cleared in order to be run"

Review comment:
       You have a lot of whitespace-only/formatting-only changes here.
   
   Please remove them from this PR (having unrelated changes in like this in a 
PR makes it harder to back-port fixes.)




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade pendulum to latest major version
> ----------------------------------------
>
>                 Key: AIRFLOW-3391
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3391
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Joshua Carp
>            Assignee: Bolke de Bruin
>            Priority: Trivial
>
> We're a major version behind on pendulum; we should upgrade to >=2.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to