From 1b48b8afbd7b5e2b728924b23502c494002e8002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 7 Nov 2016 10:56:07 +0100 Subject: [PATCH] Fixed some package version conflicts between Pillar and the SDK. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e3e1cc2..cc88e4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ requests==2.9.1 tox==2.3.1 wheel==0.29.0 coverage==4.0.3 -pytest==2.9.1 +pytest==3.0.1 pytest-xdist==1.14 -pytest-cov==2.2.1 +pytest-cov==2.3.1 responses==0.5.1