Skip to content

Commit

Permalink
ci: add pytest-asyncio to test (#6425)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Oct 25, 2024
1 parent 77629df commit f7c89d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: check-json
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.1
hooks:
- id: ruff
files: holoviews/|scripts/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ HoloViz = "https://holoviz.org/"

[project.optional-dependencies]
recommended = ["matplotlib >=3", "plotly >=4.0"]
tests = ["pytest", "pytest-rerunfailures"]
tests = ["pytest", "pytest-rerunfailures", "pytest-asyncio"]

[project.scripts]
holoviews = "holoviews.util.command:main"
Expand Down

0 comments on commit f7c89d5

Please sign in to comment.