diff --git a/frontends/PyCDE/setup.py b/frontends/PyCDE/setup.py index db146ba8a52e..871638f98a84 100644 --- a/frontends/PyCDE/setup.py +++ b/frontends/PyCDE/setup.py @@ -103,7 +103,7 @@ def run(self): if "RUN_TESTS" in os.environ and os.environ["RUN_TESTS"] != "false": # The pycde integration tests test both PyCDE and the ESIRuntime so # failure shouldn't gate publishing PyCDE. - targets.append("check-pycde-integration") + # targets.append("check-pycde-integration") targets.append("check-circt") subprocess.check_call([ "cmake",