From fce7f2c6a8f9b69a86536e86e853bce5a6a89233 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 17 Feb 2025 19:53:55 +0100 Subject: [PATCH] fix: drop unneeded fixtures test dependency Originally introduced in e736c6636ef11987d868 when the test setup still used nose and with nose2 this no longer seems to be required. --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7696e32..cafd3e0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1 @@ -fixtures nose2