Skip to content

Automatically rerun _all_ failed tests once

Duncan Macleod requested to merge duncanmmacleod/conda:auto-rerun-tests into testing

This MR modifies the global pytest invocation and individual pytest invocation for each package, to retry a failure once; and removes all marks: flaky statements from individual packages.

This hopefully simplifies the individual package definitions while providing a little more protection against transient failures for individual tests.

Merge request reports