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

@ -1 +1 @@
colorscheme-generator @ https://github.com/kevinveenbirkenbach/colorscheme-generator/archive/refs/tags/v0.3.0.zip colorscheme-generator @ https://github.com/kevinveenbirkenbach/colorscheme-generator/archive/refs/tags/v0.3.0.zip

View File

@ -3,4 +3,5 @@ collections:
- name: community.general - name: community.general
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