Update pixi.toml
Run CI Tests / test (push) Failing after 23s

This commit is contained in:
2025-08-05 08:30:41 +02:00
parent 45ac80a5b9
commit 8a37da5b00
+5 -3
View File
@@ -13,13 +13,10 @@ rich = "*"
fuzzywuzzy = "*"
logzero = "*"
yaspin = "*"
pytest = "*"
coverage = "*"
pytest-html = "*"
pytest-cov = "*"
allure-pytest = "*"
time-machine = "==2.13.0"
pytest-timeout = ">=2.2.0"
# Spécification avec channel explicite
bsread = { version = "*", channel = "paulscherrerinstitute" }
@@ -42,3 +39,8 @@ pytest-json-report = "*"
pytest-cov = "*"
pluggy = "*"
coverage = "*"
[test-dependencies]
pytest = "*"
time-machine = { version = "~2.13.0", channel = "pypi" }
pytest-timeout = "~2.2.0"