diff --git a/python_modules/libraries/dagster-powerbi/tox.ini b/python_modules/libraries/dagster-powerbi/tox.ini index 56e36b2161c61..0bcf701e67161 100644 --- a/python_modules/libraries/dagster-powerbi/tox.ini +++ b/python_modules/libraries/dagster-powerbi/tox.ini @@ -1,18 +1,16 @@ [tox] +skipsdist = true [testenv] download = True -setenv = - !windows: COVERAGE_ARGS = --cov=dagster --cov-append --cov-report term:skip-covered --cov-report html --cov-report xml - windows: COVERAGE_ARGS = -passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE* # TODO add additional env var requirements and add them to .buildkite/dagster-buildkite/dagster_buildkite/steps/packages.py +passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE* install_command = uv pip install {opts} {packages} deps = -e ../../dagster[test] -e . - # TODO fill in remaining dependencies allowlist_externals = /bin/bash + uv commands = - !windows: /bin/bash -c '! pip list --exclude-editable | grep -e dagster -e dagit' - pytest -c ../../../pyproject.toml -vv ./dagster_powerbi_tests \ No newline at end of file + !windows: /bin/bash -c '! pip list --exclude-editable | grep -e dagster' + pytest -c ../../../pyproject.toml -vv ./dagster_powerbi_tests -vv {posargs}