From 9e913db6ad41b3467fc9d4d4e939ae4e6f45f8c2 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 15 May 2017 00:53:14 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I3a8470b683b6e856b906d525fc6a085d0e6ee442 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2fe4170d..fe0f99dd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ oslotest>=1.10.0 # Apache-2.0 # when we can require tox>= 1.4, this can go into tox.ini: # [testenv:cover] # deps = {[testenv]deps} coverage -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 # this is required for the docs build jobs sphinx>=1.5.1 # BSD