tests_secrets_generate: mark as pure

This commit is contained in:
Jörg Thalheim
2025-08-14 17:54:00 +02:00
parent d44b43a937
commit c4d9b39a17
3 changed files with 10 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ if TYPE_CHECKING:
from .age_keys import KeyPair
@pytest.mark.impure
@pytest.mark.with_core
def test_generate_secret(
monkeypatch: pytest.MonkeyPatch,
test_flake_with_core: FlakeForTest,