insomnes commented on PR #46638:
URL: https://github.com/apache/airflow/pull/46638#issuecomment-2650353144

   I was able to reproduce problem with google deprecation locally but it's 
strange and root cause is still not clear for me, calling test with providers 
standard test included triggers warning failure (from breeze shell):
   ```
   pytest -v  
providers/google/tests/provider_tests/google/cloud/hooks/test_automl.py 
providers/standard/tests --verbosity=0 --strict-markers --durations=100 
--maxfail=50 --color=yes --junitxml=/files/test_result-all-none.xml 
--timeouts-order=moi --setup-timeout=60 --execution-timeout=60 
--teardown-timeout=60 --disable-warnings -rfEX --skip-db-tests 
--ignore-glob=*/tests/system/* --ignore-glob=tests/integration/* 
--ignore-glob=providers/tests/integration/* 
--warning-output-path=/files/warnings-all-none.txt --ignore=helm_tests 
--with-db-init --ignore=providers/tests/cloudant 
--ignore=providers/tests/system/cloudant 
--ignore=providers/tests/integration/cloudant 
--ignore=providers/cloudant/tests/ --ignore=providers/cloudant/tests/system 
--ignore=providers/cloudant/tests/integration --no-cov --no-db-cleanup
   ```
   
   But calling google later fixes the test, I believe the config order matters 
here somehow
   
   ```
   pytest -v providers/standard/tests  
providers/google/tests/provider_tests/google/cloud/hooks/test_automl.py 
--verbosity=0 --strict-markers --durations=100 --maxfail=50 --color=yes 
--junitxml=/files/test_result-all-none.xml --timeouts-order=moi 
--setup-timeout=60 --execution-timeout=60 --teardown-timeout=60 
--disable-warnings -rfEX --skip-db-tests --ignore-glob=*/tests/system/* 
--ignore-glob=tests/integration/* --ignore-glob=providers/tests/integration/* 
--warning-output-path=/files/warnings-all-none.txt --ignore=helm_tests 
--with-db-init --ignore=providers/tests/cloudant 
--ignore=providers/tests/system/cloudant 
--ignore=providers/tests/integration/cloudant 
--ignore=providers/cloudant/tests/ --ignore=providers/cloudant/tests/system 
--ignore=providers/cloudant/tests/integration --no-cov --no-db-cleanup
   ```


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