Skip to content

Commit 5191b4f

Browse files
skip oss removed
1 parent bbf0398 commit 5191b4f

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

cinderx/PythonLib/test_cinderx/test_cinderjit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@
3030
passUnless,
3131
run_in_subprocess,
3232
skip_if_ft,
33-
skip_module_if_oss,
3433
skip_unless_jit,
3534
subprocess_env,
3635
)
3736

38-
skip_module_if_oss()
3937

4038
from cinderx.compiler.consts import CO_SUPPRESS_JIT
4139

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ def _find_python(self) -> str:
488488
include_dir = sysconfig.get_path("include")
489489
return os.path.join(include_dir, "..", "..")
490490

491-
492491
def main() -> None:
493492
setup(
494493
name="cinderx",

0 commit comments

Comments
 (0)