From 7d6327e1b04ee2f3f72dbb3c8381a69a0b258630 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Fri, 21 Jul 2017 11:47:34 +0300 Subject: [PATCH] [ci] Use not the latest xdist package Change-Id: I772a2e0978bd99829f40d9f3dfc46f641ab204b2 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 517ca901..6670ec97 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ pytest-cov>=2.2.1,<=2.5.1 # MIT # py.test plugin for generating HTML reports pytest-html>=1.10.0,<=1.15.1 # Mozilla Public License 2.0 (MPL 2.0) # py.test xdist plugin for distributed testing and loop-on-failing modes -pytest-xdist<=1.18.0 # MIT +pytest-xdist<=1.15.0 # MIT coverage>=4.0,!=4.4,<=4.4.1 # Apache License, Version 2.0 ddt>=1.0.1,<=1.1.1