WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 091f68e

Browse files
committed
cleanup pyproject.toml
1 parent 5624cf0 commit 091f68e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dev = { features = ["dev"], solve-group = "default" }
9191
# run all tests
9292
test-all = "pytest"
9393

94-
### Shared Pipeline Tests###
94+
### Shared Pipeline Tests ###
9595
# tests do not require credentials - can currently be run locally and in github
9696
test-pipeline = "pixi run install-pygssearch-env && export PYGSSEARCH_CONDA_ENV='$(conda info --base)/envs/pygssearch-env' && pytest tests/sar_pipeline/ --ignore=tests/sar_pipeline/isce3_rtc"
9797
test-scene-data-source-queries="pixi run install-pygssearch-env && export PYGSSEARCH_CONDA_ENV='$(conda info --base)/envs/pygssearch-env' && pytest tests/sar_pipeline/test_scenes.py -o log_cli=true --capture=tee-sys --log-cli-level=INFO -v -s"
@@ -103,8 +103,8 @@ test-isce3-rtc-full-docker-run = "pytest tests/sar_pipeline/isce3_rtc/test_full_
103103
test-isce3-rtc-cli-make-rtc-opera-stac-and-upload-bursts = "pytest tests/sar_pipeline/isce3_rtc/test_cli_make_rtc_opera_stac_and_upload_bursts.py -o log_cli=true --capture=tee-sys --log-cli-level=INFO -v -s"
104104
test-isce3-rtc-downloads= "pixi run install-pygssearch-env && export PYGSSEARCH_CONDA_ENV='$(conda info --base)/envs/pygssearch-env' && pytest tests/sar_pipeline/isce3_rtc/test_downloads.py -o log_cli=true --capture=tee-sys --log-cli-level=INFO -v -s"
105105

106-
### NCI Pipeline tests
107-
# specific tests that should be run locally on the nci
106+
### NCI Pipeline Tests ###
107+
# nci specific tests that should be run locally on the nci
108108
test-nci-filesystem = "pytest tests/filesystem"
109109

110110
### GENERAL TASKS ###

0 commit comments

Comments
 (0)