From 27873b163b594acf50e83dffa2291fa9422e305a Mon Sep 17 00:00:00 2001 From: Pip Liggins Date: Tue, 1 Oct 2024 10:06:22 +0200 Subject: [PATCH] add parquet dependencies to test --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97d1019..640be5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,8 @@ test = [ "pytest-cov", "syrupy==4.*", "responses", - "pytest-unordered" + "pytest-unordered", + "adtl[parquet]" ] docs = [ "sphinx>=7.2.2",