Skip to content

Commit

Permalink
no not check for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Nov 13, 2023
1 parent 092a4c9 commit 2d4ee91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lite/tests/test_xeus_python_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ def test_python_env():
# Check env
assert os.path.isdir("/tmp/xeus-python-kernel/envs/xeus-python-kernel")

# assert os.path.isfile("/tmp/xeus-python-kernel/envs/xeus-python-kernel/bin/xpython_wasm.js")
# assert os.path.isfile("/tmp/xeus-python-kernel/envs/xeus-python-kernel/bin/xpython_wasm.wasm")

# Check empack output
assert os.path.isfile(Path(addon.cwd.name) / "empack_env_meta.json")

Expand All @@ -46,9 +43,6 @@ def test_python_env_from_file_1():
# Check env
assert os.path.isdir("/tmp/xeus-python-kernel/envs/xeus-python-kernel-1")

# assert os.path.isfile("/tmp/xeus-python-kernel/envs/xeus-python-kernel-1/bin/xpython_wasm.js")
# assert os.path.isfile("/tmp/xeus-python-kernel/envs/xeus-python-kernel-1/bin/xpython_wasm.wasm")

# Checking pip packages
assert os.path.isdir("/tmp/xeus-python-kernel/envs/xeus-python-kernel-1/lib/python3.11")
assert os.path.isdir(
Expand Down

0 comments on commit 2d4ee91

Please sign in to comment.