port cli to clap 4.0#4445
Conversation
|
Similar in spirit to #3512 |
|
I believe you can use the following command to test your changes locally: # this runs all of the tests (not necessary if you know which test is affected)
cargo run --release --features ssl,jit -- -m test -j 1 -u all --slowest --fail-env-changed -v
# this runs only the test suite named "test_whatever" (usually located at `Lib/test/test_whatever.py`)
cargo run --release --features ssl,jit -- -m test -j 1 -u all --slowest --fail-env-changed -v test_whateverFor a list of all resources and more command-line options, you can execute |
|
Looks like allow_hyphen_values on |
|
That WASI failure seems to be unrelated. |
|
If you aren't able to figure out why Related: clap-rs/clap#3903 |
Ok. How can I run only this one test? |
I believe you can use the following command to test your changes locally: # this runs all of the tests (not necessary if you know which test is affected)
cargo run --release --features ssl,jit -- -m test -j 1 -u all --slowest --fail-env-changed -v
# this runs only the test suite named "test_quopri" (located at `Lib/test/test_quopri.py`)
cargo run --release --features ssl,jit -- -m test -j 1 -u all --slowest --fail-env-changed -v test_quopriFor a list of all resources and more command-line options, you can execute |
|
clap 4.1 is also out recently |
|
Any updates on this? is it going to be merged soon or shall i make a PR based on this one? |
Please, make a new one. I'll close this PR in favor of yours. |
|
We use |
No description provided.