From 8345d94ac73485ed900c7643b81086ec1482a6a0 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 25 Nov 2023 10:42:20 +0200 Subject: [PATCH] pytest-subinterpreter --- .ci/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/install.sh b/.ci/install.sh index 30b64349d70..1810cae385f 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -35,6 +35,7 @@ python3 -m pip install defusedxml python3 -m pip install olefile python3 -m pip install -U pytest python3 -m pip install -U pytest-cov +python3 -m pip install -U pytest-subinterpreter python3 -m pip install -U pytest-timeout python3 -m pip install pyroma