potiuk commented on code in PR #39513:
URL: https://github.com/apache/airflow/pull/39513#discussion_r1595999652
##########
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:
@o-nikolas -> for some reason, when tests are run using airlfow installed
from package, those config defaults are not working properly. It would need to
be revised and checked why. The way how to check it is to checkout my branch,
build image and follow the instructions I added in
`contributing-docs/testing/unit_tests.rst` after removing the
`require_running_tests_from_sources` fixture.
--
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]