mik-laj commented on a change in pull request #6877: [AIRFLOW-6324] Hide celery 
commands when executor is not CeleryExecutor
URL: https://github.com/apache/airflow/pull/6877#discussion_r361102953
 
 

 ##########
 File path: tests/test_configuration.py
 ##########
 @@ -344,6 +345,10 @@ def test_broker_transport_options(self):
         self.assertTrue(isinstance(section_dict['_test_only_float'], float))
         self.assertTrue(isinstance(section_dict['_test_only_string'], str))
 
+    @conf_vars({
+        ("celery", "worker_concurrency"): None,
+        ("celery", "celeryd_concurrency"): None,
 
 Review comment:
   This eliminates the side effects that appear in this test.

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to