Skip to content

Commit

Permalink
revert tox exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Aug 21, 2024
1 parent 53b14b6 commit 41131bf
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,20 @@ deps =
-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-duckdb
-e ../python_modules/libraries/dagster-embedded-elt
-e ../python_modules/libraries/dagster-gcp
-e ../python_modules/libraries/dagster-looker
-e ../python_modules/libraries/dagster-openai
-e ../python_modules/libraries/dagster-pyspark
-e ../python_modules/libraries/dagster-ssh
-e ../python_modules/libraries/dagster-wandb
-e ../python_modules/libraries/dagstermill

commands =
make --directory=sphinx clean
Expand Down

0 comments on commit 41131bf

Please sign in to comment.