06a38cc
diff -up jellyfish-0.8.2/jellyfish/test.py.test jellyfish-0.8.2/jellyfish/test.py
06a38cc
--- jellyfish-0.8.2/jellyfish/test.py.test	2020-12-01 16:26:17.633006776 +0100
06a38cc
+++ jellyfish-0.8.2/jellyfish/test.py	2020-12-01 16:26:25.583107748 +0100
06a38cc
@@ -11,7 +11,7 @@ def assertAlmostEqual(a, b, places=3):
517a37d
 
517a37d
 
06a38cc
 if platform.python_implementation() == "CPython":
06a38cc
-    implementations = ["python", "c"]
06a38cc
+    implementations = ["python"]
517a37d
 else:
06a38cc
     implementations = ["python"]
517a37d