From df739c9a07d428acff6a97599a0180c969557c7d Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Thu, 6 Jun 2019 15:50:52 +0200 Subject: [PATCH] Register timeout pytest marker. ... to run the tests without pytest-timeout installed. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 752b2d4b6cc7..7c1054235af4 100644 --- a/pytest.ini +++ b/pytest.ini @@ -6,6 +6,7 @@ python_files = test_*.py markers = flaky: (Provided by pytest-rerunfailures.) + timeout: (Provided by pytest-timeout.) backend: Set alternate Matplotlib backend temporarily. style: Set alternate Matplotlib style temporarily. baseline_images: Compare output against a known reference.