From da94dd1fff776c0e1532cde0ba6b6bba38c71ed6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 6 Apr 2019 14:29:13 +0200 Subject: [PATCH] tests: update pytest And also, don't specify too many dependencies, just the essential ones. --- tests/integration/requirements.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 5233c778..17e21ae1 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -1,7 +1,3 @@ -apipkg==1.4 -execnet==1.4.1 -py==1.4.31 -pyroute2==0.4.12 -pytest==2.9.0 -pytest-xdist==1.14 -wheel==0.29.0 +pyroute2==0.5.2 +pytest==3.10.1 +pytest-xdist==1.26.1 -- 2.39.5