From 6e5f538d79661f137630bde3b7cfc042fb553c33 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Tue, 19 Feb 2019 09:16:01 +0100 Subject: [PATCH] Unpin pytest and its plugins Change-Id: Ie5b02e1e11b7a5c064fd417149cbbdd1c2997c65 --- test-requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3680910..5204882 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,10 +3,10 @@ # process, which may cause wedges in the gate later. hacking>=1.1.0,<1.2.0 # Apache-2.0 -pytest<=3.0.2,>=2.7 # MIT -pytest-cov<=2.3.1,>=2.2.1 # MIT -pytest-html<=1.10.0,>=1.10.0 # Mozilla Public License 2.0 (MPL 2.0) -pytest-logging==2015.11.4 # Apache-2.0 +pytest # MIT +pytest-cov # MIT +pytest-html # Mozilla Public License 2.0 (MPL 2.0) +pytest-logging # Apache-2.0 coverage>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT