mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 02:34:38 +02:00
Added pytest dependency
This commit is contained in:
parent
f06ad0af18
commit
a3bc86ad51
@ -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
|
||||
|
@ -3,4 +3,5 @@ collections:
|
||||
- name: community.general
|
||||
pacman:
|
||||
- ansible
|
||||
- python-passlib
|
||||
- python-passlib
|
||||
- python-pytest
|
@ -1,5 +1,3 @@
|
||||
# tests/unit/test_generate_vaulted_credentials.py
|
||||
|
||||
import pytest
|
||||
import sys, os
|
||||
from pathlib import Path
|
||||
|
Loading…
x
Reference in New Issue
Block a user