Skip to content

Commit

Permalink
test(Python): Workaround Windows tmpdir hold
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 27, 2023
1 parent 0774f55 commit ef54a7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python/itkwasm/test/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ def test_pipeline_input_output_files():
assert content[2] == 190
assert content[3] == 239

# Currently required per https://github.com/bytecodealliance/wasmtime-py/issues/132
del pipeline

def test_pipeline_write_read_image():
pipeline = Pipeline(test_input_dir / 'median-filter-test.wasi.wasm')

Expand Down

0 comments on commit ef54a7b

Please sign in to comment.