From: Vincent Bernat Date: Sat, 6 Apr 2019 12:29:13 +0000 (+0200) Subject: tests: update pytest X-Git-Tag: 1.0.4~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da94dd1fff776c0e1532cde0ba6b6bba38c71ed6;p=thirdparty%2Flldpd.git tests: update pytest And also, don't specify too many dependencies, just the essential ones. --- 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