From 8187c148d96de08bac2d1cdad34b825d3675fdef Mon Sep 17 00:00:00 2001 From: David Szotten Date: Sun, 14 Oct 2018 21:58:30 +0100 Subject: [PATCH] now pinned to pytest version --- testing/test_stepwise.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/testing/test_stepwise.py b/testing/test_stepwise.py index 0e52911f4..ad9b77296 100644 --- a/testing/test_stepwise.py +++ b/testing/test_stepwise.py @@ -145,7 +145,4 @@ def test_stop_on_collection_errors(broken_testdir): ) stdout = result.stdout.str() - if pytest.__version__ < "3.0.0": - assert "Error when collecting test" in stdout - else: - assert "errors during collection" in stdout + assert "errors during collection" in stdout