Skip to content

Commit

Permalink
Fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 26, 2024
1 parent 3b4dc48 commit c3f8b74
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ install = 'python -m pip install --no-deps --disable-pip-version-check -e .'
PYTHONIOENCODING = "utf-8"

[environments]
test-39 = ["py39", "test-core", "test", "example", "test-example"]
test-310 = ["py310", "test-core", "test", "example", "test-example"]
test-311 = ["py311", "test-core", "test", "example", "test-example"]
test-312 = ["py312", "test-core", "test", "example", "test-example"]
test-39 = ["py39", "test-core", "test", "test-unit-task", "example", "test-example"]
test-310 = ["py310", "test-core", "test", "test-unit-task", "example", "test-example"]
test-311 = ["py311", "test-core", "test", "test-unit-task", "example", "test-example"]
test-312 = ["py312", "test-core", "test", "test-unit-task", "example", "test-example"]
test-core = ["py312", "test-core"]
test-benchmark = ["py312", "test-benchmark"]
test-benchmark = ["py312", "test-benchmark", "test"]
docs = ["py311", "example", "doc"]
build = ["py311", "build"]
lint = ["py311", "lint"]
Expand All @@ -42,8 +42,6 @@ python = "3.12.*"
dask = "*"
datashader = "*"
hvplot = "*"
jupyterlab-myst= "*"
jupyterlab= "*"
scipy = "*"

# =============================================
Expand All @@ -54,7 +52,7 @@ pytest = "*"
pytest-cov = "*"
pytest-github-actions-annotate-failures = "*"

[feature.test-core.tasks]
[feature.test-unit-task.tasks] # So it is not showing up in the test-benchmark
test-unit = 'pytest holonote/tests'

[feature.test.dependencies]
Expand Down

0 comments on commit c3f8b74

Please sign in to comment.