Skip to content

Show durations of commands during testing

Duncan Macleod requested to merge duncanmmacleod/conda:pytest-durations into testing

This MR adds the --durations=0 flag to the pytest calls for the test jobs, which should show tables of the longest-executing tests once the suite completes, this may help with some profiling of how to speed things up.

Merge request reports