From 1342eebe2d1ef8f196fcb21e8f35f7039694b844 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Mon, 15 Apr 2024 11:13:43 +0100 Subject: [PATCH] Add filter subpackage (#367) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0e85c04d..b3294386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ tests = [ "pytest-mock", "pytest-mpl", "pytest-httpserver", + "pytest-filter-subpackage", "hypothesis", "tox", "pydot",