Files
slic/pixi.toml
tligui_y 364a2e6457
Run Pytest / tests (push) Successful in 22s
Update pixi.toml
2025-07-21 10:29:12 +02:00

22 lines
352 B
TOML

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