From fe0f903f750d79cdb7ae0cfe105397eedc9af141 Mon Sep 17 00:00:00 2001
From: Jarek Potiuk <jarek@potiuk.com>
Date: Wed, 17 Aug 2022 17:56:43 +0200
Subject: [PATCH] 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_secrets_local_filesystem.py}                             | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename tests/{secrets => always}/test_secrets.py (100%)
 rename tests/{secrets => always}/test_secrets_backends.py (100%)
 rename tests/{secrets/test_local_filesystem.py => always/test_secrets_local_filesystem.py} (100%)

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