Skip to content
Snippets Groups Projects
Commit b15cf275 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pixi] Update lock file and deps

parent 667aedee
No related branches found
No related tags found
1 merge request!32Improve monitoring and reduce main process blocking when waiting for monitoring data
Pipeline #86166 failed
This diff is collapsed.
......@@ -98,12 +98,12 @@ versioningit = "*"
[tool.pixi.pypi-dependencies]
mednet = { path = ".", editable = true, extras = ["qa", "doc", "test"] }
[tool.pixi.feature.py310.dependencies]
python = "~=3.10.0"
[tool.pixi.feature.py311.dependencies]
python = "~=3.11.0"
[tool.pixi.feature.py312.dependencies]
python = "~=3.12.0"
[tool.pixi.feature.qa.dependencies]
pre-commit = "*"
ruff = "*"
......@@ -134,9 +134,9 @@ test = "pytest -sv tests/"
test-ci = "pytest -sv --cov-report 'html:html/coverage' --cov-report 'xml:coverage.xml' --junitxml 'junit-coverage.xml' --ignore '.profile' tests/"
[tool.pixi.environments]
default = { features = [ "qa", "doc", "test", "py311", ], solve-group = "prod-group" }
previous = { features = ["test", "py310"] }
prod = { features = ["py311"], solve-group = "prod-group" }
default = { features = [ "qa", "doc", "test", "py312", ], solve-group = "prod-group" }
previous = { features = ["test", "py311"] }
prod = { features = ["py312"], solve-group = "prod-group" }
[tool.hatch.version]
source = "versioningit"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment