Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/gooddata-dbt/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package = wheel
wheel_build_env = .pkg
dependency_groups =
test
setenv =
COVERAGE_CORE=sysmon
commands =
pytest -v --cov=src/gooddata_dbt --cov-report=xml tests {posargs}

Expand Down
2 changes: 2 additions & 0 deletions packages/gooddata-fdw/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package = wheel
wheel_build_env = .pkg
dependency_groups =
test
setenv =
COVERAGE_CORE=sysmon
commands =
pytest -v --cov=src/gooddata_fdw --cov-report=xml tests {posargs}

Expand Down
1 change: 1 addition & 0 deletions packages/gooddata-flexconnect/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ deps =
-e../tests-support
setenv=
PYTHONDONTWRITEBYTECODE=1
COVERAGE_CORE=sysmon
commands =
uv pip install --group test
pytest -v --cov=src/gooddata_flexconnect --cov-report=xml tests {posargs}
Expand Down
2 changes: 2 additions & 0 deletions packages/gooddata-flight-server/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package = wheel
wheel_build_env = .pkg
dependency_groups =
test
setenv =
COVERAGE_CORE=sysmon
commands =
pytest -v --cov=src/gooddata_flight_server --cov-report=xml tests {posargs}

Expand Down
2 changes: 2 additions & 0 deletions packages/gooddata-pandas/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package = wheel
wheel_build_env = .pkg
dependency_groups =
test
setenv =
COVERAGE_CORE=sysmon
commands =
pytest -v --cov=src/gooddata_pandas --cov-report=xml tests {posargs}

Expand Down
2 changes: 2 additions & 0 deletions packages/gooddata-pipelines/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package = wheel
wheel_build_env = .pkg
dependency_groups =
test
setenv =
COVERAGE_CORE=sysmon
commands =
pytest -v --cov=src/gooddata_pipelines --cov-report=xml tests {posargs}

Expand Down
2 changes: 2 additions & 0 deletions packages/gooddata-sdk/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package = wheel
wheel_build_env = .pkg
dependency_groups =
test
setenv =
COVERAGE_CORE=sysmon
commands =
pytest -v --cov=src/gooddata_sdk --cov-report=xml tests {posargs}

Expand Down
Loading