switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / add / test_fpnum.py
index 6d9ecd1024d6ab063b0055a9c25eac229a0a4f05..ef08b62626a0f7a21dc5f24767851b7ac951005c 100644 (file)
@@ -1,8 +1,9 @@
+# FIXME: This file is on the pytest ignore list in pyproject.toml because it has borked imports
 from random import randint
 from nmigen import Module, Signal
 from nmigen.compat.sim import run_simulation
 
-from fpbase import FPNum
+from ieee754.fpcommon.fpbase import FPNum
 
 class FPNumModShiftMulti:
     def __init__(self, width):