mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
remove trailing whitespace in generated workflow files (#7921)
This commit is contained in:
@@ -93,7 +93,7 @@ jobs:
|
||||
- name: Test core-custom_types code with pytest
|
||||
run: |
|
||||
. ./activate
|
||||
./venv/bin/py.test tests/core/custom_types/test_coin.py tests/core/custom_types/test_proof_of_space.py tests/core/custom_types/test_spend_bundle.py -s -v --durations 0
|
||||
./venv/bin/py.test tests/core/custom_types/test_coin.py tests/core/custom_types/test_proof_of_space.py tests/core/custom_types/test_spend_bundle.py -s -v --durations 0
|
||||
#
|
||||
# THIS FILE IS GENERATED. SEE https://github.com/Chia-Network/chia-blockchain/tree/main/tests#readme
|
||||
#
|
||||
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
- name: Test core-custom_types code with pytest
|
||||
run: |
|
||||
. ./activate
|
||||
./venv/bin/py.test tests/core/custom_types/test_coin.py tests/core/custom_types/test_proof_of_space.py tests/core/custom_types/test_spend_bundle.py -s -v --durations 0
|
||||
./venv/bin/py.test tests/core/custom_types/test_coin.py tests/core/custom_types/test_proof_of_space.py tests/core/custom_types/test_spend_bundle.py -s -v --durations 0
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -89,7 +89,7 @@ def generate_replacements(defaults, conf, dir, test_files):
|
||||
if not conf["install_timelord"]:
|
||||
replacements["INSTALL_TIMELORD"] = "# Omitted installing Timelord"
|
||||
if conf["parallel"]:
|
||||
replacements["PYTEST_PARALLEL_ARGS"] = "-n auto"
|
||||
replacements["PYTEST_PARALLEL_ARGS"] = " -n auto"
|
||||
if conf["job_timeout"]:
|
||||
replacements["JOB_TIMEOUT"] = str(conf["job_timeout"])
|
||||
test_paths = ["tests/" + str(f) for f in test_files]
|
||||
|
||||
@@ -83,7 +83,7 @@ INSTALL_TIMELORD
|
||||
- name: Test TEST_NAME code with pytest
|
||||
run: |
|
||||
. ./activate
|
||||
./venv/bin/py.test TEST_DIR -s -v --durations 0 PYTEST_PARALLEL_ARGS
|
||||
./venv/bin/py.test TEST_DIR -s -v --durations 0PYTEST_PARALLEL_ARGS
|
||||
#
|
||||
# THIS FILE IS GENERATED. SEE https://github.com/Chia-Network/chia-blockchain/tree/main/tests#readme
|
||||
#
|
||||
|
||||
@@ -95,7 +95,7 @@ INSTALL_TIMELORD
|
||||
- name: Test TEST_NAME code with pytest
|
||||
run: |
|
||||
. ./activate
|
||||
./venv/bin/py.test TEST_DIR -s -v --durations 0 PYTEST_PARALLEL_ARGS
|
||||
./venv/bin/py.test TEST_DIR -s -v --durations 0PYTEST_PARALLEL_ARGS
|
||||
|
||||
CHECK_RESOURCE_USAGE
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user