juditnovak opened a new pull request, #59389:
URL: https://github.com/apache/airflow/pull/59389

   
   ---
   ## Proposal: Airflow Pytest Plugin allowing to load custom configuration
   
   Currently the Airflow confguration workflows, combined with the Airflow 
Pytest Plugin restrain test execution very strictly to pre-configured defaults. 
   
   While unit tests can easily overcome this issue (using the `conf_vars` 
fixture) there is no workaround when using Airflow System Tests. 
   
   It's highly understandable to make sure no mistake can happen across test 
and perhaps other deployment configuration settings.
   
   On the other hand, a clearly indicated pytest option (only impacting the 
scope of the given test run) may be a sufficiently safe bet to avoid 
interference with non-testing Airflow runs. The advantage of the pytest CLI 
argument is an elegant, clean usage on pipelines. 
   
   (Currently the same impact can only be achieved by re-loading the desired  
config within test space.)
   


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

Reply via email to