Skip to content

Commit

Permalink
put back
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareTestingResearch committed Mar 1, 2024
1 parent 6125f3c commit 0f6ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_ranking/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def compute_test_features(
for report in test_reports:
nodeid = report.nodeid
duration = report.duration
last_durations[nodeid] = duration
last_durations[nodeid] = round(duration, 3)
config.cache.set(key, last_durations)

# Get number of test runs since last failure
Expand Down

0 comments on commit 0f6ee66

Please sign in to comment.