From c0b4efc920bff241444a0ffbfe9d67119db85b1f Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Sun, 29 Dec 2024 16:29:22 -0800 Subject: [PATCH] remove unneeded pytest-anyio package (#658) 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 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 447d64c5..3930688f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ lint = ["ruff", "pre-commit"] tests = [ "numpy", "pytest", - "pytest-anyio", "psutil", "imageio", "anyio",