Blame 0001-Do-not-depend-on-fixtures-streams.patch

9947c1c
From 5cb057af95db1f7a00f6b393401b1ca4f6a2cd14 Mon Sep 17 00:00:00 2001
9947c1c
From: Zane Bitter <zbitter@redhat.com>
9947c1c
Date: Mon, 16 Oct 2023 23:07:52 +1300
9947c1c
Subject: [PATCH] Do not depend on fixtures[streams]
9947c1c
9947c1c
The streams extra is not yet packaged in Fedora, so we can't depend on
9947c1c
it. Instead, depend on testtools directly.
9947c1c
---
9947c1c
 tox.ini | 3 +--
9947c1c
 1 file changed, 1 insertion(+), 2 deletions(-)
9947c1c
9947c1c
diff --git a/tox.ini b/tox.ini
9947c1c
index 8e54cba..3b2ed0a 100644
9947c1c
--- a/tox.ini
9947c1c
+++ b/tox.ini
9947c1c
@@ -6,9 +6,8 @@ isolated_build = true
9947c1c
 deps =
9947c1c
     pytest
9947c1c
     fixtures
9947c1c
-    fixtures[streams]
9947c1c
     pip>=19;python_version<'3.7'
9947c1c
-    testtools;python_version<'3.7'
9947c1c
+    testtools
9947c1c
 commands =
9947c1c
     pytest
9947c1c
 
9947c1c
-- 
9947c1c
2.41.0
9947c1c