Files
slic/pixi.toml
T
yasmine_tligui 47508f32fc
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 37s
Functions files
2025-07-14 11:47:35 +02:00

18 lines
304 B
TOML

[project]
name = "slic"
version = "0.1.0"
channels = ["conda-forge", "paulscherrerinstitute"]
platforms = ["linux-64"]
[dependencies]
python = "3.8.*"
pytest = "*"
coverage = "*"
pytest-html = "*"
pytest-cov = "*"
allure-pytest = "*"
[pypi-dependencies]
pytest-md-report = "*"
pytest-json-report = "*"