Collection of cookbooks for Podman Quadlets
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
732 B

[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "podman-quadlet-cookbook-tests"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"pytest>=8.0",
"pytest-testinfra>=10.1",
"paramiko>=3.4",
]
[tool.pytest.ini_options]
# No testpaths set: pytest discovers tests in all */tests/ directories.
# Run a specific cookbook: pytest postgresql/tests/
log_cli = true
log_cli_level = "INFO"
addopts = "-v"
pythonpath = ["tests"]
[tool.setuptools]
# This repo is not a Python package — suppress automatic package discovery.
packages = []