Skip to content

Commit

Permalink
Downgrade tox pip for Python 3.6 (#7547)
Browse files Browse the repository at this point in the history
* fixes tox envs for Python 3.6
  • Loading branch information
smackesey committed Apr 23, 2022
1 parent 812f0b9 commit 3bb37d3
Show file tree
Hide file tree
Showing 68 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion docs/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN AWS_SECRET_ACCESS_KEY AWS_ACCESS_KEY_ID BUILDKITE

usedevelop = False
Expand Down
2 changes: 1 addition & 1 deletion examples/airflow_ingest/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/airline_demo/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extras =
full
airflow
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-graphql
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_pyspark/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/bollinger/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py{39, 38, 37, 36},pylint,mypy
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE SNOWFLAKE_ACCOUNT SNOWFLAKE_USER SNOWFLAKE_PASSWORD
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/dbt_example/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE DAGSTER_DBT_EXAMPLE_PGHOST
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/deploy_docker/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE DEPLOY_DOCKER_DAGIT_HOST
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/deploy_ecs/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE DEPLOY_DOCKER_DAGIT_HOST
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/deploy_k8s/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/docs_snippets/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ usedevelop = true
extras =
full
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN POSTGRES_TEST_DB_HOST BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/emr_pyspark/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/ge_example/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/hacker_news/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py{39,38,37,36},pylint,mypy
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE SNOWFLAKE_ACCOUNT SNOWFLAKE_USER SNOWFLAKE_PASSWORD
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/hacker_news_assets/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py{39,38,37,36},pylint,mypy
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE SNOWFLAKE_ACCOUNT SNOWFLAKE_USER SNOWFLAKE_PASSWORD
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/memoized_development/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ usedevelop = true
extras =
test
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/modern_data_stack_assets/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py{38, 37},pylint,mypy

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/nyt-feed/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/run_attribution_example/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ usedevelop = true
extras =
test
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/software_defined_assets/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion examples/user_in_loop/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion helm/dagster/schema/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py{39,38,37,36}-{unix,windows},pylint,mypy

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../../python_modules/dagster[test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py{39,38,37,36}-{unix,windows},pylint

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../../python_modules/dagster[test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE BACKCOMPAT_TESTS_DAGIT_HOST EARLIEST_TESTED_RELEASE

deps =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = HOME AIRFLOW_HOME AWS_* BUILDKITE* CI_* COVERALLS_REPO_TOKEN DAGSTER_* DOCKER_* GOOGLE_* KUBECONFIG
deps =
-e ../../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/test_suites/daemon-test-suite/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = HOME AIRFLOW_HOME AWS_* BUILDKITE* CI_* COVERALLS_REPO_TOKEN DAGSTER_* DOCKER_* GOOGLE_* KUBECONFIG POSTGRES_TEST_DB_HOST
deps =
objgraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = HOME AIRFLOW_HOME AWS_* BUILDKITE* CI_* COVERALLS_REPO_TOKEN DAGSTER_* DOCKER_* GOOGLE_* KUBECONFIG
deps =
-e ../../../python_modules/dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion js_modules/dagit/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN AWS_SECRET_ACCESS_KEY AWS_ACCESS_KEY_ID BUILDKITE

deps =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py{38,37,36,27}-{unix,windows},pylint

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion python_modules/automation/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py{39,38,37,36}-{unix,windows},pylint

[testenv]
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_PULL_REQUEST COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagit/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ usedevelop = true
extras =
starlette
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
objgraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def test_retry_hard_failure_with_reexecution_params(self, graphql_context):
get_system_temp_directory(), "chained_failure_pipeline_conditionally_fail"
)
try:
with open(output_file, "w"):
with open(output_file, "w", encoding="utf8"):
result = execute_dagster_graphql_and_finish_runs(
graphql_context,
LAUNCH_PIPELINE_EXECUTION_MUTATION,
Expand Down Expand Up @@ -555,7 +555,7 @@ def test_retry_hard_failure_with_reexecution_params_run_config_changed(self, gra
get_system_temp_directory(), "chained_failure_pipeline_conditionally_fail"
)
try:
with open(output_file, "w"):
with open(output_file, "w", encoding="utf8"):
result = execute_dagster_graphql_and_finish_runs(
graphql_context,
LAUNCH_PIPELINE_EXECUTION_MUTATION,
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagster-graphql/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py{39,38,37,36}-{unix,windows}-{not_graphql_context_test_suite,in_memo
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagster-graphql/tox_postgres.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py{39,38,37,36}-{unix,windows}-{graphql_context_variants,postgres_inst
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.3
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE POSTGRES_TEST_DB_HOST
deps =
-e ../dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagster-test/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py{39,38,37,36}-{unix,windows},pylint
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagster/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ usedevelop = true
extras =
test
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
!windows: COVERAGE_ARGS = --cov=dagster --cov-append --cov-report=
windows: COVERAGE_ARGS =
passenv = CI_* COVERALLS_REPO_TOKEN AWS_SECRET_ACCESS_KEY AWS_ACCESS_KEY_ID BUILDKITE DAGSTER_DOCKER_* GRPC_SERVER_HOST
Expand Down
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-airflow/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ usedevelop = true
extras =
test
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
SLUGIFY_USES_TEXT_UNIDECODE = yes
passenv = HOME AIRFLOW_HOME AWS_* BUILDKITE CI_* COVERALLS_REPO_TOKEN DAGSTER_* DOCKER_* GOOGLE_* KUBECONFIG, POSTGRES_TEST_DB_HOST
deps =
Expand Down
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-aws/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extras =
redshift
test
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN AWS_* BUILDKITE SSH_*
deps =
-e ../../dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-azure/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py{39,38,37,36}-{unix,windows},pylint
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN AZURE_* BUILDKITE SSH_*
deps =
-e ../../dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-celery-docker/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py{39,38,37,36}-{unix,windows},pylint
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE AWS_SECRET_ACCESS_KEY AWS_ACCESS_KEY_ID DAGSTER_DOCKER_* POSTGRES_TEST_DB_HOST
deps =
-e ../../dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-celery-k8s/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py{39,38,37,36}-{unix,windows},pylint
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-celery/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py{39,38,37,36}-{unix,windows},pylint
[testenv]
usedevelop = true
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = HOME CI_PULL_REQUEST COVERALLS_REPO_TOKEN DASK_ADDRESS AWS_* BUILDKITE DAGSTER_*
deps =
-e ../../dagster[test]
Expand Down
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-dask/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extras =
test
yarn
setenv =
VIRTUALENV_PIP=22.0.4
VIRTUALENV_PIP=21.3.1
passenv = CI_PULL_REQUEST COVERALLS_REPO_TOKEN DASK_ADDRESS AWS_* BUILDKITE
deps =
-e ../../dagster[test]
Expand Down

1 comment on commit 3bb37d3

@vercel
Copy link

@vercel vercel bot commented on 3bb37d3 Apr 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.