File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2727test :
2828 pytest -m ' not integration and not benchmark' --cov=databricks --cov-report html tests
2929
30+ PYTEST_CONCURRENCY ?= auto
3031integration :
31- pytest -n auto -m ' integration and not benchmark' --reruns 2 --dist loadgroup --cov=databricks --cov-report html tests
32+ pytest -n $( PYTEST_CONCURRENCY ) -m ' integration and not benchmark' --reruns 2 --dist loadgroup --cov=databricks --cov-report html tests
3233
3334benchmark :
3435 pytest -m ' benchmark' tests
Original file line number Diff line number Diff line change 99### Documentation
1010
1111### Internal Changes
12+ * Allow control over pytest concurrency ([ #894 ] ( https://github.com/databricks/databricks-sdk-py/pull/894 ) )
1213* Introduce automated tagging ([ #888 ] ( https://github.com/databricks/databricks-sdk-py/pull/888 ) )
1314* Update Jobs GetJob API to support paginated responses ([ #869 ] ( https://github.com/databricks/databricks-sdk-py/pull/869 ) ).
1415
You can’t perform that action at this time.
0 commit comments