From 850fe4ea4d39947d309db3329b74d5c31db05722 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 21 Jun 2022 14:43:48 +0300 Subject: integration: test_gemma: Skip "GemmaAPITest" --- tests/integration/test_gemma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/integration/test_gemma.py b/tests/integration/test_gemma.py index 0515539..d8c07f4 100644 --- a/tests/integration/test_gemma.py +++ b/tests/integration/test_gemma.py @@ -18,7 +18,7 @@ class MockRedis: redis: Callable hget: Callable - +@unittest.skip("Python ipfs fails in Python > 3.8") class GemmaAPITest(unittest.TestCase): """Test cases for the Gemma API""" -- cgit v1.2.3