diff options
author | BonfaceKilz | 2022-06-21 14:43:48 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-06-21 14:44:09 +0300 |
commit | 850fe4ea4d39947d309db3329b74d5c31db05722 (patch) | |
tree | 48c7eb7a43b10aa8307df84898b6cb99fd214891 /tests/integration/test_gemma.py | |
parent | 9afa06ec74ad07581c91445eeeae86dc30023084 (diff) | |
download | genenetwork3-850fe4ea4d39947d309db3329b74d5c31db05722.tar.gz |
integration: test_gemma: Skip "GemmaAPITest"
Diffstat (limited to 'tests/integration/test_gemma.py')
-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""" |