You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/08 19:08:00 UTC

[GitHub] [airflow] alexInhert opened a new issue #15289: reporting deprecated warnings saw in breeze

alexInhert opened a new issue #15289:
URL: https://github.com/apache/airflow/issues/15289


   when working with breeze I saw these warnings many times in the logs:
   
    ```
    =============================== warnings summary ===============================
     tests/providers/amazon/aws/log/test_cloudwatch_task_handler.py::TestCloudwatchTaskHandler::test_close_prevents_duplicate_calls
       /usr/local/lib/python3.6/site-packages/jose/backends/cryptography_backend.py:18: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
         from cryptography.utils import int_from_bytes, int_to_bytes
         
    tests/always/test_example_dags.py::TestExampleDags::test_should_be_importable
       /usr/local/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject
         return f(*args, **kwds)
     
     tests/always/test_example_dags.py::TestExampleDags::test_should_be_importable
       /usr/local/lib/python3.6/site-packages/scrapbook/__init__.py:8: FutureWarning: 'nteract-scrapbook' package has been renamed to `scrapbook`. No new releases are going out for this old package name.
         warnings.warn("'nteract-scrapbook' package has been renamed to `scrapbook`. No new releases are going out for this old package name.", FutureWarning)
   ```
        


-- 
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:
users@infra.apache.org



[GitHub] [airflow] xinbinhuang edited a comment on issue #15289: reporting deprecated warnings saw in breeze

Posted by GitBox <gi...@apache.org>.
xinbinhuang edited a comment on issue #15289:
URL: https://github.com/apache/airflow/issues/15289#issuecomment-816765867


   The first 2 warnings are due to external dependencies that we have no control over. we can't do too much until the upstream library fix/update their dependencies


-- 
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:
users@infra.apache.org



[GitHub] [airflow] xinbinhuang closed issue #15289: reporting deprecated warnings saw in breeze

Posted by GitBox <gi...@apache.org>.
xinbinhuang closed issue #15289:
URL: https://github.com/apache/airflow/issues/15289


   


-- 
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:
users@infra.apache.org



[GitHub] [airflow] xinbinhuang commented on issue #15289: reporting deprecated warnings saw in breeze

Posted by GitBox <gi...@apache.org>.
xinbinhuang commented on issue #15289:
URL: https://github.com/apache/airflow/issues/15289#issuecomment-816765867


   The first 2 warnings are due to external dependencies that we have no control over. we can't too much until the upstream library fix/update their dependencies


-- 
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:
users@infra.apache.org