From c25e9dd47969b90f5eb6db3a05d5cdbb8301a126 Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Tue, 23 Jun 2026 10:48:38 +0200 Subject: [PATCH] ci: Remove pip from requirements-testing.txt --- requirements-testing.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index a6041972cd..fe7c157d6d 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,4 +1,3 @@ -pip pytest>=6.0.0 tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11 pytest-cov