potiuk commented on code in PR #39513:
URL: https://github.com/apache/airflow/pull/39513#discussion_r1597723288
##########
tests/providers/amazon/aws/executors/batch/test_batch_executor.py:
##########
@@ -626,7 +626,7 @@ def _unset_conf():
def teardown_method(self) -> None:
self._unset_conf()
- def test_validate_config_defaults(self):
+ def test_validate_config_defaults(self,
require_running_tests_from_sources):
Review Comment:
OK. I think this one really needs to remain as it is. This test really tests
consistency between `provider.yaml' configuration and actual configuration
defaults, and those will not be possible when airflow is iinstalled from
sources, because ... there is no provider.yaml there. So we can easily skip
that tests when installing airflow from packages.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]