diff options
-rw-r--r-- | tests/integration/test_gemma.py | 2 |
1 files changed, 1 insertions, 1 deletions
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""" |