Skip to content

Commit f55cce8

Browse files
author
Alex Langenfeld
authored
[tox] remove DAGSTER_GIT_REPO_DIR (#33072)
added in #29725 need removed in #32254 ## How I Tested These Changes bk
1 parent a8c59b8 commit f55cce8

114 files changed

Lines changed: 3 additions & 180 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildkite/buildkite-shared/lints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def test_tox_passenv(tox_config):
3131
"BUILDKITE*",
3232
"PYTEST_ADDOPTS",
3333
"PYTEST_PLUGINS",
34-
"DAGSTER_GIT_REPO_DIR",
3534
]
3635

3736
missing_env = []

.buildkite/hooks/pre-command

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
set -euo pipefail
22

3-
export DAGSTER_GIT_REPO_DIR=/workdir
4-
53
if [ -z "${PYTEST_CURRENT_TEST:-}" ]; then
64
. ./.buildkite/buildkite-shared/buildkite_shared/scripts/docker_prune.sh
75
fi
86

97
export COMMAND_START_TIME="$(date +%s)"
108
export STEP_SPAN_ID="$(echo $BUILDKITE_LABEL | sum | cut -f 1 -d \ )"
11-
12-

docs/sphinx/_ext/dagster-sphinx/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ passenv =
88
BUILDKITE*
99
PYTEST_ADDOPTS
1010
PYTEST_PLUGINS
11-
DAGSTER_GIT_REPO_DIR
1211
allowlist_externals =
1312
/bin/bash
1413
commands =

docs/sphinx/_ext/sphinx-click/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ passenv =
77
BUILDKITE*
88
PYTEST_ADDOPTS
99
PYTEST_PLUGINS
10-
DAGSTER_GIT_REPO_DIR
1110
setenv =
1211
PYTHONDEVMODE = 1
1312
PYTHONWARNINGS = all

docs/sphinx/_ext/sphinx-mdx-builder/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ passenv =
1414
BUILDKITE*
1515
PYTEST_ADDOPTS
1616
PYTEST_PLUGINS
17-
DAGSTER_GIT_REPO_DIR
1817

1918
basepython =
2019
python3.9: python3.9

docs/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ passenv =
1212
LC_ALL
1313
PYTEST_ADDOPTS
1414
PYTEST_PLUGINS
15-
DAGSTER_GIT_REPO_DIR
1615
allowlist_externals =
1716
/bin/bash
1817
uv

examples/airlift-federation-tutorial/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ passenv =
88
BUILDKITE*
99
PYTEST_ADDOPTS
1010
PYTEST_PLUGINS
11-
DAGSTER_GIT_REPO_DIR
1211
install_command = uv pip install {opts} {packages}
1312
deps =
1413
-e ../../python_modules/dagster[test]

examples/airlift-migration-tutorial/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ passenv =
88
BUILDKITE*
99
PYTEST_ADDOPTS
1010
PYTEST_PLUGINS
11-
DAGSTER_GIT_REPO_DIR
1211
install_command = uv pip install {opts} {packages}
1312
deps =
1413
-e ../../python_modules/dagster[test]

examples/assets_dbt_python/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ passenv =
88
BUILDKITE*
99
PYTEST_ADDOPTS
1010
PYTEST_PLUGINS
11-
DAGSTER_GIT_REPO_DIR
1211
install_command = uv pip install {opts} {packages}
1312
; note: "source" does not work at this time due to dagster-cloud source access
1413
deps =

examples/assets_dynamic_partitions/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ passenv =
88
BUILDKITE*
99
PYTEST_ADDOPTS
1010
PYTEST_PLUGINS
11-
DAGSTER_GIT_REPO_DIR
1211
install_command = uv pip install {opts} {packages}
1312
deps =
1413
-e ../../python_modules/dagster[test]

0 commit comments

Comments
 (0)