Skip to content

Commit

Permalink
Merge pull request galaxyproject#16694 from nsoranzo/check_indexes_sk…
Browse files Browse the repository at this point in the history
…ip-node

Skip node installation for ``check_indexes`` tests
  • Loading branch information
mvdbeek authored Sep 14, 2023
2 parents 66093e2 + 87f272f commit 6af8461
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ setenv =
mulled,unit: GALAXY_VIRTUAL_ENV={envdir}
unit: GALAXY_ENABLE_BETA_COMPRESSED_GENBANK_SNIFFING=1
unit: marker=not external_dependency_management
check_indexes: GALAXY_SKIP_CLIENT_BUILD=1
deps =
coverage: coverage
lint,lint_docstring,lint_docstring_include_list: -rlib/galaxy/dependencies/pinned-lint-requirements.txt
Expand All @@ -69,6 +68,6 @@ commands = bash .ci/check_controller.sh

[testenv:check_indexes]
commands =
bash scripts/common_startup.sh
bash scripts/common_startup.sh --skip-node --skip-client-build
bash manage_db.sh init
bash check_model.sh

0 comments on commit 6af8461

Please sign in to comment.