From 92b86a7324cf6a7cb93d2187e79cbb065c410c73 Mon Sep 17 00:00:00 2001 From: jakkdl Date: Mon, 10 Jul 2023 13:04:14 +0200 Subject: [PATCH] fix readthedocs by adding exception_group requirement --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ed03ff17796..319fe4f9689 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,6 +57,7 @@ doc = stack_data pytest<7 typing_extensions + exceptiongroup %(test)s kernel = ipykernel