From 2a336d98c006357976441469760092f32d7b19ba Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Sun, 4 Aug 2019 21:34:56 +0000 Subject: [NEW PORT] devel/py-flaky Plugin for nose or pytest that automatically reruns flaky tests Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100% reliable. With flaky, instead of removing those tests or marking them to skip, they can be automatically retried. WWW: https://github.com/box/flaky Reviewed by: koobs Approved by: koobs Differential Revision: https://reviews.freebsd.org/D21132 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 6c8762be1e68..63a47ab15559 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4408,6 +4408,7 @@ SUBDIR += py-flake8-import-order SUBDIR += py-flake8-polyfill SUBDIR += py-flake8-quotes + SUBDIR += py-flaky SUBDIR += py-flask-babel SUBDIR += py-flatbuffers SUBDIR += py-flex -- cgit v1.2.3