Skip to content

Commit

Permalink
GH actions: ignore Metal 2.0 paravirt warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Apr 9, 2024
1 parent 97d0572 commit 6a923db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ requires = [
"spacy>=4.0.0.dev1,<4.1.0",
"numpy",
]

[tool.pytest.ini_options]
filterwarnings = [
"ignore:Skipping device Apple Paravirtual device that does not support Metal 2.0:UserWarning",
]

0 comments on commit 6a923db

Please sign in to comment.