-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
tox.ini
102 lines (91 loc) · 3.27 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[tox]
skipsdist = True
envlist = py311
[testenv]
download = True
passenv =
CI_*
COVERALLS_REPO_TOKEN
AWS_SECRET_ACCESS_KEY
AWS_ACCESS_KEY_ID
BUILDKITE*
LC_ALL
allowlist_externals =
make
uv
install_command = uv pip install {opts} {packages}
[testenv:sphinx]
deps =
-r sphinx/requirements.txt
-e sphinx/_ext/dagster-sphinx
-e sphinx/_ext/sphinx-mdx-builder
# Can't stub deps because processed by sphinx-click
-e ../python_modules/dagster
-e ../python_modules/dagster-pipes
-e ../python_modules/dagster-graphql
-e ../python_modules/dagster-webserver
-e ../python_modules/libraries/dagster-celery
# Can't stub deps due to import-time use of at least one dep
-e ../python_modules/libraries/dagstermill
-e ../python_modules/libraries/dagster-aws
-e ../python_modules/libraries/dagster-datahub
-e ../python_modules/libraries/dagster-gcp
-e ../python_modules/libraries/dagster-pyspark
-e ../python_modules/libraries/dagster-ssh
-e ../python_modules/libraries/dagster-duckdb
-e ../python_modules/libraries/dagster-dbt
-e ../python_modules/libraries/dagster-wandb
-e ../python_modules/libraries/dagster-embedded-elt
-e ../python_modules/libraries/dagster-deltalake
-e ../python_modules/libraries/dagster-deltalake-pandas
-e ../python_modules/libraries/dagster-deltalake-polars
-e ../python_modules/libraries/dagster-openai
-e ../python_modules/libraries/dagster-looker
-e ../python_modules/libraries/dagster-sigma
-e ../python_modules/libraries/dagster-tableau
-e ../python_modules/libraries/dagster-powerbi
-e ../python_modules/libraries/dagster-airlift[tutorial,core,in-airflow,dbt]
-e ../examples/airlift-migration-tutorial
sling
commands =
make --directory=sphinx clean
make --directory=sphinx json SPHINXOPTS="-W --keep-going"
[testenv:sphinx-mdx]
deps =
-r sphinx/requirements.txt
-e sphinx/_ext/dagster-sphinx
-e sphinx/_ext/sphinx-mdx-builder
# Can't stub deps because processed by sphinx-click
-e ../python_modules/dagster
-e ../python_modules/dagster-pipes
-e ../python_modules/dagster-graphql
-e ../python_modules/dagster-webserver
-e ../python_modules/libraries/dagster-celery
# Can't stub deps due to import-time use of at least one dep
-e ../python_modules/libraries/dagstermill
-e ../python_modules/libraries/dagster-aws
-e ../python_modules/libraries/dagster-datahub
-e ../python_modules/libraries/dagster-gcp
-e ../python_modules/libraries/dagster-pyspark
-e ../python_modules/libraries/dagster-ssh
-e ../python_modules/libraries/dagster-duckdb
-e ../python_modules/libraries/dagster-dbt
-e ../python_modules/libraries/dagster-wandb
-e ../python_modules/libraries/dagster-embedded-elt
-e ../python_modules/libraries/dagster-deltalake
-e ../python_modules/libraries/dagster-deltalake-pandas
-e ../python_modules/libraries/dagster-deltalake-polars
-e ../python_modules/libraries/dagster-openai
-e ../python_modules/libraries/dagster-looker
-e ../python_modules/libraries/dagster-sigma
-e ../python_modules/libraries/dagster-tableau
-e ../python_modules/libraries/dagster-powerbi
sling
commands =
make --directory=sphinx clean
make --directory=sphinx mdx
[testenv:audit-screenshots]
deps =
-e ./dagster-ui-screenshot
commands =
dagster-ui-screenshot audit --verify-outputs