Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Sep 29, 2023
1 parent 6ed0e1d commit 5fd7cc2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python_modules/libraries/dagster-embedded-elt/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ skipsdist = true
[testenv]
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../dagster[test]
-e ../dagster-managed-elements
-e .
allowlist_externals =
/bin/bash
commands =
!windows: /bin/bash -c '! pip list --exclude-editable | grep -e dagster'
pytest -c ../../../pyproject.toml -vv {posargs}

0 comments on commit 5fd7cc2

Please sign in to comment.