Skip to content

Commit

Permalink
remove unneeded pytest-anyio package (#658)
Browse files Browse the repository at this point in the history
The pytest anyio plugin is built into anyio. You don't need this package.

https://github.com/graingert/pytest-anyio/blob/default/pytest_anyio.py
  • Loading branch information
hmaarrfk authored Dec 30, 2024
1 parent 7a9cef4 commit c0b4efc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ lint = ["ruff", "pre-commit"]
tests = [
"numpy",
"pytest",
"pytest-anyio",
"psutil",
"imageio",
"anyio",
Expand Down

0 comments on commit c0b4efc

Please sign in to comment.