Skip to content

Commit

Permalink
Disable splitting algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Oct 2, 2023
1 parent be7663c commit 7ca11d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ addopts = [
"--cov-report=xml",
"--durations=16",
"--junitxml=junit.xml",
"--splitting-algorithm=least_duration",
"--store-durations",
# "--splitting-algorithm=least_duration", # not available yet
# "--store-durations", # not available yet
"--strict-markers",
"--tb=native",
"-vv",
Expand Down

0 comments on commit 7ca11d1

Please sign in to comment.