remove trailing whitespace in generated workflow files (#7921)

This commit is contained in:
Arvid Norberg
2021-08-02 17:14:25 -07:00
committed by GitHub
parent 1139737c7e
commit d380957460
5 changed files with 5 additions and 5 deletions
@@ -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
#
+1 -1
View File
@@ -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]
+1 -1
View File
@@ -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
#
+1 -1
View File
@@ -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
#