Blob Blame History Raw
From 5cb057af95db1f7a00f6b393401b1ca4f6a2cd14 Mon Sep 17 00:00:00 2001
From: Zane Bitter <zbitter@redhat.com>
Date: Mon, 16 Oct 2023 23:07:52 +1300
Subject: [PATCH] Do not depend on fixtures[streams]

The streams extra is not yet packaged in Fedora, so we can't depend on
it. Instead, depend on testtools directly.
---
 tox.ini | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index 8e54cba..3b2ed0a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,9 +6,8 @@ isolated_build = true
 deps =
     pytest
     fixtures
-    fixtures[streams]
     pip>=19;python_version<'3.7'
-    testtools;python_version<'3.7'
+    testtools
 commands =
     pytest
 
-- 
2.41.0