Skip to content

Commit 400696c

Browse files
committed
--exclude rustpython-venvlauncher
1 parent 5bf13e8 commit 400696c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
9999
cargo run -- extra_tests/snippets/builtin_bytes.py

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $ pytest -v
6565
Rust 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

7171
Python unit tests can be run by compiling RustPython and running the test module:

0 commit comments

Comments
 (0)