# HG changeset patch # User Georges Racinet <georges.racinet@octobus.net> # Date 1608421726 -3600 # Sun Dec 20 00:48:46 2020 +0100 # Node ID 7731f6bf120f27a73f2fdc4f8828a6512b35b3f0 # Parent d953bcb86aa3b8dbc76b51f32c187701e56d9bf9 Tests: requiring pytest>=3.0.0 With 3.0.0, the way to skip an entire test module changed, and we'd prefer to avoid pollution by test harness conditionals. Such skipping will occur with the Gitaly comparison tests diff --git a/test-requirements.txt b/test-requirements.txt --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,6 @@ -r install-requirements.txt flake8 +pytest>=3.0.0 pytest-cov pytest-grpc mercurial_testhelpers>=0.4.0