mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-12-19 02:07:27 +08:00
uv run --with=pytest-run-parallel --iterations=8 --parallel-threads=auto (#13863)
https://github.com/Quansight-Labs/pytest-run-parallel * https://py-free-threading.github.io * https://www.python.org/downloads/release/python-3140/
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -22,7 +22,8 @@ jobs:
|
||||
- run: uv sync --group=test
|
||||
- name: Run tests
|
||||
# TODO: #8818 Re-enable quantum tests
|
||||
run: uv run pytest
|
||||
run: uv run --with=pytest-run-parallel pytest
|
||||
--iterations=8 --parallel-threads=auto
|
||||
--ignore=computer_vision/cnn_classification.py
|
||||
--ignore=docs/conf.py
|
||||
--ignore=dynamic_programming/k_means_clustering_tensorflow.py
|
||||
|
||||
Reference in New Issue
Block a user