aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBonfaceKilz2022-06-21 14:43:48 +0300
committerBonfaceKilz2022-06-21 14:44:09 +0300
commit850fe4ea4d39947d309db3329b74d5c31db05722 (patch)
tree48c7eb7a43b10aa8307df84898b6cb99fd214891 /tests
parent9afa06ec74ad07581c91445eeeae86dc30023084 (diff)
downloadgenenetwork3-850fe4ea4d39947d309db3329b74d5c31db05722.tar.gz
integration: test_gemma: Skip "GemmaAPITest"
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/test_gemma.py2
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"""