From 00ff7ca60da71322d9f3a9fe1067f3ad9c5e8d1f Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Sun, 3 Mar 2024 15:52:44 -0800 Subject: [PATCH] Pin pytest < 8.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a17ec55..8eff5049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ jupyter-enterprisegateway = "enterprise_gateway.enterprisegatewayapp:launch_inst [project.optional-dependencies] test = [ "coverage", - "pytest", + "pytest<8.1.0", "pytest-tornasync", "ipykernel", "pre-commit",