-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtox.ini
More file actions
22 lines (21 loc) · 739 Bytes
/
Copy pathtox.ini
File metadata and controls
22 lines (21 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tox]
skipsdist = true
[testenv]
download = true
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
; note: "source" does not work at this time due to dagster-cloud source access
deps =
source: -e ../../python_modules/dagster[test]
pypi: dagster[test]
pypi: -r ../temp_pins.txt
source: -e ../../python_modules/dagster-webserver
source: -e ../../python_modules/libraries/dagster-pandas/
source: -e ../../python_modules/libraries/dagster-dbt/
source: -e ../../python_modules/libraries/dagster-duckdb/
source: -e ../../python_modules/libraries/dagster-duckdb-pandas/
-e .
allowlist_externals =
/bin/bash
commands =
source: /bin/bash -c '! pip list --exclude-editable | grep -e dagster'
pytest -c ../../pyproject.toml -vv