From 374e0297052bccb2316461767967e560ab241be7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Nov 2018 17:56:08 +0000 Subject: [PATCH 1/4] Pin pytest to latest version 4.0.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3ecc996..215086e 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env -pytest +pytest==4.0.1 pytest-xdist # for --boxed hypothesis numpy From 3c30d3df533524a913dec64b35ec2a9e8f2ce95b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Nov 2018 17:56:09 +0000 Subject: [PATCH 2/4] Pin pytest-xdist to latest version 1.24.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 215086e..d744196 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.0.1 -pytest-xdist # for --boxed +pytest-xdist==1.24.1 # for --boxed hypothesis numpy From 510acee465479041ddab35b19941c0ec12278638 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Nov 2018 17:56:11 +0000 Subject: [PATCH 3/4] Pin hypothesis to latest version 3.82.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index d744196..d198e71 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.0.1 pytest-xdist==1.24.1 # for --boxed -hypothesis +hypothesis==3.82.1 numpy From 422c03e731cec7c967e756452a6d3240973b7652 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Nov 2018 17:56:13 +0000 Subject: [PATCH 4/4] Pin numpy to latest version 1.15.4 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index d198e71..d84a132 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.0.1 pytest-xdist==1.24.1 # for --boxed hypothesis==3.82.1 -numpy +numpy==1.15.4