From e87e03b0f833b8704794f280a87be3ccbf60dd49 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 16 Aug 2017 21:45:49 -0400 Subject: [PATCH] Pin pytest to latest version 3.2.1 --- tests/requirements-tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-tools.txt b/tests/requirements-tools.txt index 10a9564314..0069bedbe4 100644 --- a/tests/requirements-tools.txt +++ b/tests/requirements-tools.txt @@ -2,7 +2,7 @@ git+https://github.com/pytest-dev/execnet.git # For running tests -pytest # pyup: >=2.7.3 # Testing framework. +pytest==3.2.1 # pyup: >=2.7.3 # Testing framework. pytest-xdist==1.19.1 # Plugin allowing running tests in parallel. pytest-timeout==1.2.0 # Plugin to abort hanging tests. pytest-catchlog==1.2.2 # Capture log output separately from stdout/stderr