Skip to content

Commit

Permalink
remove unneeded deps from dagit tox file (#7022)
Browse files Browse the repository at this point in the history
Summary:
These were masking dependency issues - removing them causes this suite to correctly fail until we fix nbconvert dependency issues.
  • Loading branch information
gibsondan committed Mar 11, 2022
1 parent feb1c5e commit ce4b5ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python_modules/dagit/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ deps =
objgraph
-e ../dagster[test]
-e ../dagster-graphql
-e ../libraries/dagster-pandas
-e ../libraries/dagstermill
-e .[starlette]

usedevelop = true
Expand Down

0 comments on commit ce4b5ae

Please sign in to comment.