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 <[email protected]>
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