Added pytest dependency

This commit is contained in:
Kevin Veen-Birkenbach 2025-05-16 09:14:17 +02:00
parent f06ad0af18
commit a3bc86ad51
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
3 changed files with 3 additions and 4 deletions

View File

@ -4,3 +4,4 @@ collections:
pacman: pacman:
- ansible - ansible
- python-passlib - python-passlib
- python-pytest

View File

@ -1,5 +1,3 @@
# tests/unit/test_generate_vaulted_credentials.py
import pytest import pytest
import sys, os import sys, os
from pathlib import Path from pathlib import Path