File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ rm -r target/debug/build/rustpython-* && find . | grep -E "\.pyc$" | xargs rm -r
9393
9494``` bash
9595# Run Rust unit tests
96- cargo test --workspace --exclude rustpython_wasm
96+ cargo test --workspace --exclude rustpython_wasm --exclude rustpython-venvlauncher
9797
9898# Run Python snippets tests (debug mode recommended for faster compilation)
9999cargo run -- extra_tests/snippets/builtin_bytes.py
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ $ pytest -v
6565Rust unit tests can be run with ` cargo ` :
6666
6767``` shell
68- $ cargo test --workspace --exclude rustpython_wasm
68+ $ cargo test --workspace --exclude rustpython_wasm --exclude rustpython-venvlauncher
6969```
7070
7171Python unit tests can be run by compiling RustPython and running the test module:
You can’t perform that action at this time.
0 commit comments