From dac2aca77e7662c24dc332bf1a77bb07574ad890 Mon Sep 17 00:00:00 2001 From: Daniel Copley Date: Thu, 24 Oct 2024 20:58:01 -0400 Subject: [PATCH] Remove unnecessary test dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9173846..dcae99d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,6 @@ dependencies = [ "pytest-xdist~=3.6", "pytest-asyncio~=0.24", "pytest-httpx~=0.30", - "coverage[toml]~=5.0", ] [[tool.hatch.envs.hatch-test.matrix]]