forked from usegalaxy-eu/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
80 lines (74 loc) · 2.54 KB
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[tox]
# envlist is the list of environments that are tested when `tox` is run without any option
# hyphens in an environment name are used to delimit factors
envlist =
py{37,38,39,310,311}-first_startup
py{37,38,39,310,311}-lint
py{37,38,39,310,311}-lint_docstring_include_list
py{37,38,39,310,311}-mypy
py{37,38,39,310,311}-reports_startup
py{37,38,39,310,311}-unit
py{37,38,39,310,311}-unit-coverage
first_startup
lint
lint_docstring_include_list
mypy
reports_startup
unit
unit-coverage
test_galaxy_packages
validate_test_tools
skipsdist = True
[testenv]
commands =
first_startup: bash .ci/first_startup.sh
lint: ruff .
# Once we are happy to replace flake8 with ruff, we can replace the next line with `black --check --diff`
# (since ruff delegates to black for checking/fixing many rules).
lint: bash .ci/flake8_wrapper.sh
lint_docstring: bash .ci/flake8_wrapper_docstrings.sh --exclude
lint_docstring_include_list: bash .ci/flake8_wrapper_docstrings.sh --include
reports_startup: bash .ci/first_startup.sh reports
mulled,unit: bash run_tests.sh -u
# start with test here but obviously someday all of it...
mypy: mypy test lib
test_galaxy_packages: make generate-cwl-conformance-tests
test_galaxy_packages: bash packages/test.sh
allowlist_externals =
bash
make
passenv =
CI
CONDA_EXE
GALAXY_CONDA_PYTHON_VERSION
GALAXY_CONFIG_OVERRIDE_DATABASE_CONNECTION
APP_WEBSERVER
TERM
setenv =
coverage: GALAXY_TEST_COVERAGE=1
first_startup: GALAXY_CONFIG_DATABASE_AUTO_MIGRATE=true
mulled: marker=external_dependency_management
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
mypy: -rlib/galaxy/dependencies/pinned-typecheck-requirements.txt
mypy: -rlib/galaxy/dependencies/pinned-requirements.txt
test_galaxy_packages: pyyaml
unit: mock-ssh-server
[testenv:mako_count]
commands = bash .ci/check_mako.sh
[testenv:test_galaxy_release]
commands = bash test/release.sh
[testenv:validate_test_tools]
commands = bash .ci/validate_test_tools.sh
[testenv:web_controller_line_count]
commands = bash .ci/check_controller.sh
[testenv:check_indexes]
commands =
bash scripts/common_startup.sh
bash manage_db.sh init
bash check_model.sh