From af02ca9a73807a2e59249e6c80af57d39d444e69 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Mon, 6 Nov 2023 17:11:01 -0800 Subject: Additional download tests using requests_mock --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 36a90ae..45c1493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,7 @@ exclude = [ dependencies = [ "coverage[toml]>=6.5", "pytest", + "requests_mock", ] [tool.hatch.envs.default.scripts] test = "python -m pytest {args}" -- cgit v1.2.3