You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/17 15:56:50 UTC

[airflow] branch main updated: The secrets tests are moved to "always" section of tests (#25760)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new fe0f903f75 The secrets tests are moved to "always" section of tests (#25760)
fe0f903f75 is described below

commit fe0f903f750d79cdb7ae0cfe105397eedc9af141
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Wed Aug 17 17:56:43 2022 +0200

    The secrets tests are moved to "always" section of tests (#25760)
    
    The secrets tests are interacting with providers so changes
    in providers secrets implementation might break those tests.
    
    Moving them to "always" folder prevents them from accepting
    a PR that breaks other PRs.
    
    Related: #25751 #25628
---
 tests/{secrets => always}/test_secrets.py                                 | 0
 tests/{secrets => always}/test_secrets_backends.py                        | 0
 .../test_local_filesystem.py => always/test_secrets_local_filesystem.py}  | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/tests/secrets/test_secrets.py b/tests/always/test_secrets.py
similarity index 100%
rename from tests/secrets/test_secrets.py
rename to tests/always/test_secrets.py
diff --git a/tests/secrets/test_secrets_backends.py b/tests/always/test_secrets_backends.py
similarity index 100%
rename from tests/secrets/test_secrets_backends.py
rename to tests/always/test_secrets_backends.py
diff --git a/tests/secrets/test_local_filesystem.py b/tests/always/test_secrets_local_filesystem.py
similarity index 100%
rename from tests/secrets/test_local_filesystem.py
rename to tests/always/test_secrets_local_filesystem.py