20 lines
436 B
Plaintext
20 lines
436 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
how: shell
|
|
dist-git-source: true
|
|
dist-git-require:
|
|
- cargo
|
|
- rust-toolset
|
|
tests:
|
|
- name: unit
|
|
require:
|
|
- python3.14-pytest
|
|
- python3.14-setuptools-rust
|
|
test: |
|
|
cd $(dirname $TMT_SOURCE_DIR/setuptools*/tests)
|
|
# Drop crates.io replacement
|
|
sed '/source.crates-io/,$d' -i .cargo/config.toml
|
|
pytest-3.14 tests/ setuptools_rust/ --import-mode importlib
|