From 2c6899289a5870b42063450ced94353ae4f872fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= Date: Thu, 2 Sep 2021 19:46:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9for=20flaky=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 1 + tests/integration_tests/test_raw_data_example.py | 1 + 2 files changed, 2 insertions(+) diff --git a/setup.py b/setup.py index b07828360b..85f384a227 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ "black>=21.4b0", "dash[testing]", "ert", + "flaky", "mypy", "pylint", "pytest-xdist", diff --git a/tests/integration_tests/test_raw_data_example.py b/tests/integration_tests/test_raw_data_example.py index 816d05e02e..51898d9ba5 100644 --- a/tests/integration_tests/test_raw_data_example.py +++ b/tests/integration_tests/test_raw_data_example.py @@ -10,6 +10,7 @@ ) +@flaky(max_runs=5) def test_full_example( testdata_folder: Path, dash_duo: DashComposite, tmp_path: Path ) -> None: