From 8d8b82f12475d94ce68ca5b3842d0f8771cac6ca Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Fri, 8 Mar 2024 21:21:53 -0800 Subject: [PATCH] Remove unecessary dependencies --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5c52d18..90cd4ee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,9 +58,6 @@ jupyter-enterprisegateway = "enterprise_gateway.enterprisegatewayapp:launch_inst test = [ "coverage", "pytest<8.1.0", - "pytest-check-links>=0.7", - "pytest-html", - "pytest-dependency", "pytest-tornasync", "ipykernel", "pre-commit",