From 1192159a6b5028a0b9abb7b1a96b6be1ad8cd232 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:50:40 +0100 Subject: [PATCH] Fix CI error note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pytest-dependency Successfully built codespell Failed to build pytest-dependency error: failed-wheel-build-for-install Failed to build installable wheels for some pyproject.toml based projects pytest-dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da0d7b3291..a1665ad65d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "pre-commit", "pytest", "pytest-cov", - "pytest-dependency", + #"pytest-dependency", "Pygments", "ruff", "tomli", @@ -53,7 +53,7 @@ types = [ "mypy", "pytest", "pytest-cov", - "pytest-dependency", + #"pytest-dependency", ] [project.scripts]