Skip to content

Commit

Permalink
Move to pixi.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Dec 5, 2024
1 parent 1bc4036 commit 80c8040
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ env:
DISPLAY: ":99.0"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COV: "--cov=./holoviews --cov-report=xml"
COVERAGE_CORE: sysmon

jobs:
pre_commit:
Expand Down
6 changes: 6 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,16 @@ bokeh_sampledata = "*"
python = "3.12.*"
bokeh_sampledata = "*"

[feature.py312.activation.env]
COVERAGE_CORE = "sysmon"

[feature.py313.dependencies]
python = "3.13.*"
bokeh_sampledata = "*"

[feature.py313.activation.env]
COVERAGE_CORE = "sysmon"

[feature.example.dependencies]
cftime = "*"
dask-core = "*"
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ filterwarnings = [
"ignore::ResourceWarning",
# 2024-11
"ignore:The legacy Dask DataFrame implementation is deprecated:FutureWarning", # https://github.com/holoviz/spatialpandas/issues/146
# 2024-12
"ignore:sys.monitoring isn't available:coverage.exceptions.CoverageWarning", # OK
]

[tool.coverage]
Expand Down

0 comments on commit 80c8040

Please sign in to comment.