Skip to content

Commit ef2e622

Browse files
committed
try updating xmlrunner instead of hacking test_duration
1 parent c4a41a3 commit ef2e622

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mypy==1.14
99
psutil==7.0.0
1010
ruff==0.15.7
1111
types-requests==2.32.0.20241016
12-
unittest-xml-reporting==3.2.0
12+
unittest-xml-reporting==4.0.0
1313
deadcode==2.3.1
1414
vulture==2.14
1515

test/parallel_testsuite.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def run_test(args):
7272
result._mirrorOutput = False
7373
finally:
7474
result.elapsed = time.perf_counter() - start_time
75-
result.test_duration = result.elapsed
7675

7776
# Before attempting to delete the tmp dir make sure the current
7877
# working directory is not within it.

0 commit comments

Comments
 (0)